View previous topic :: View next topic |
Author |
Message |
minod
Joined: 28 May 2010 Posts: 2
|
Posted: Fri May 28, 2010 2:12 pm Post subject: Linux instal ? |
|
|
Hi.
I'm new and trying this software, but...
I can't find any help about the installation under Linux.
No configure, no RPM, no README, no INSTALL in the .tar.gz.
So, if i missed the appropriate section, or if you have a link for me, I'd be glad : )
Thanks.
Minod. |
|
Back to top |
|
|
craouette Site Admin
Joined: 26 Apr 2004 Posts: 652 Location: luxembourg
|
Posted: Sat May 29, 2010 10:39 pm Post subject: |
|
|
You right, this information seems to have disappeared...
It is very simple indeed.
unzip, untar the downloaded binary somewhere.
then set the environment variable: ALBATROSS3D_DIR
to the root of the installation (where you untared)
it is usually done with something like:
export ALBATROSS3D_DIR=/users/me/A3D
then simply launch the program modeler.
that's it.
Craouette |
|
Back to top |
|
|
minod
Joined: 28 May 2010 Posts: 2
|
Posted: Mon May 31, 2010 7:31 am Post subject: |
|
|
thanks.
Did it, but now i've the following:
albatross3d: error while loading shared libraries: libIlmImf.so.4: cannot open shared object file: No such file or directory |
|
Back to top |
|
|
craouette Site Admin
Joined: 26 Apr 2004 Posts: 652 Location: luxembourg
|
Posted: Mon May 31, 2010 7:37 am Post subject: |
|
|
you need to install OpenEXR...
craouette |
|
Back to top |
|
|
luthobu
Joined: 10 Sep 2010 Posts: 7
|
Posted: Fri Sep 10, 2010 3:29 am Post subject: |
|
|
Quote: | albatross3d: error while loading shared libraries: libIlmImf.so.4: cannot open shared object file: No such file or directory |
Had the same problem on my Ubuntu 10 install. What you need to do is to navigate to /usr/lib, then just symlink the newer (.so.6) versions to .so.4. Then get and install libstdc++5 from any deb repository.
Hope this helps. |
|
Back to top |
|
|
|