[erlang-questions] cean installation trouble
Christophe Romain
christophe.romain@REDACTED
Sat Apr 14 09:40:38 CEST 2007
Hello,
cean comes "as this" cause it's not a linux specific package, it has
to work in many systems.
if you ant to package it for your system, please follow this procedure:
if you want to install cean into, let say, /usr/local/lib/cean
you should check write access rights if you need users to be able to
install thinks
then you can create symlinks as this:
$ cd /usr/local/bin
$ ln -s ../lib/cean/start.sh erl
$ ln -s ../lib/cean/erlang/erts-5.5.4/linux-x86/bin/erlc
(you should, of course, replace linux-x86 with your real system
directory name)
this will let erl and erlc be into your $PATH as the standard
installation
More information about the erlang-questions
mailing list