Home | Download/Install | Documentation | Packages | Screenshots | News | Forum/Mailing-lists | Contact | GForge
If you use a package which use OpenAlea shared library, you must configure your system accordingly.
Nota : Most package will do this automatically on Windows XP
autoexec.bat
filePATH=c:\windows;c:\windows\command;c:\python24;c:\openalea\lib
(replace c:\python24
and c:\openalea\lib
according to your system).To change the system environment variables on Windows 2000 / Windows XP , follow the below steps.
c:\python24
and c:\openalea\lib
according to your system).C:\Program Files;C:\Winnt;C:\Winnt\System32;C:\Python24;C:\openalea\lib
There 2 solutions to add a library path on your system. You can
/etc/bashrc
(as root) or ~/.bashrc
(for user installation) and add the openalea library path. Example :export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/openalea/lib
/etc/ld.so.conf
or add a file in /etc/ld.so.conf.d
containing simply the library path to add. Then run /sbin/ldconfig
to update the library cache./usr/local/openalea/lib