SCons Erlang 0.1.0 review
DownloadScons Erlang is an add on for SCons, a make/autotools replacement, to compile Erlang projects. Requirements: · Python 2.4.2 · SC
|
|
Scons Erlang is an add on for SCons, a make/autotools replacement, to compile Erlang projects.
Requirements:
Python 2.4.2
SCons 0.96.1
Erlang/OTP R10B-10
Installation:
SCons is used to compile and install this package (the Python part is not compiled, but the Erlang part is).
First check out the variables you need to set by running:
scons --help
You'll need to set:
SCONSPREFIX: SCons prefix directory (where SCons is installed). Where you should see a directory named "SCons".
ERLANGPREFIX: Erlang prefix directory (where Erlang is installed). Where you should see something like this: bin erts-5.4.13 Install lib misc releases usr.
and at the same time you set them, it'll compile.
Then run:
scons install
to install. You might need sudo or su to reach superuser capabilities.
SCons Erlang 0.1.0 keywords