This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
en:dev:development [2020/06/18 10:18] – Updated for Ubuntu 20.04 Some stuff as lib symlink 32/64 bits seems no longer needed Antonello Lobianco | en:dev:development [2020/07/30 14:32] – [ADOL-C] Reinserted the lib64 trick as it seems it is indeed needed Antonello Lobianco | ||
---|---|---|---|
Line 31: | Line 31: | ||
* Needed ColPack >= 1.0.8 | * Needed ColPack >= 1.0.8 | ||
* Type:< | * Type:< | ||
+ | sudo apt-get install libtool | ||
git clone https:// | git clone https:// | ||
cd ColPack | cd ColPack | ||
Line 48: | Line 49: | ||
make | make | ||
sudo make install | sudo make install | ||
+ | </ | ||
+ | |||
+ | * On 64 bits Linux, symlink all libadoc.* libraries from /usr/lib64 to / | ||
+ | cd /usr/lib | ||
+ | sudo ln -s ../ | ||
+ | sudo ln -s ../ | ||
+ | sudo ln -s ../ | ||
+ | sudo ln -s ../ | ||
</ | </ | ||