Discussion:
[CsMain] CEL 2.1 installation problems
markettwp
2014-08-07 19:08:32 UTC
Permalink
I have installed CS 2.1 and it compiles and runs.

When attempting to install CEL 2.1 I find that the environment variable
CEL is not well defined in the documentation.
I have used this in my Kubuntu profile:
Note that my home directory <me> is deliberately obfuscated here, but is
correct in the actual file.

The problem appears to be the LD_LIBRARY_PATH variable, which I cannot
find defined or an example given in the docs.

...
# set environment var for Crystal Space
export CRYSTAL="/home/<me>/Dev/CS"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/<me>/Dev/CS
export CEL="/home/<me>/Dev/cel"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/<me>/Dev/cel

What is the correct way to set these environmental vars?

Loading...