French Forest Sector Model (FFSM++)

Laboratoire d'Economie Forestière - LEF - Nancy, France

User Tools

Site Tools


en:dev:development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:dev:development [2024/09/24 14:36]
Antonello Lobianco [ColPack]
en:dev:development [2024/09/24 15:03] (current)
Antonello Lobianco [Libtool]
Line 17: Line 17:
 <code bash> <code bash>
 sudo apt-get install build-essential gfortran gcc g++ gcc-12  sudo apt-get install build-essential gfortran gcc g++ gcc-12 
-sudo apt-get install libtool git patch wget pkg-config+sudo apt-get install libtool libtool-bin git patch wget pkg-config
 sudo apt-get install zlib1g-dev libboost-all-dev  libblas-dev liblapack-dev liblapack64-dev libmetis-dev libatlas-base-dev sudo apt-get install zlib1g-dev libboost-all-dev  libblas-dev liblapack-dev liblapack64-dev libmetis-dev libatlas-base-dev
 sudo apt-get install qtbase5-dev qtbase5-dev-tools qtchooser qt5-qmake qtcreator sudo apt-get install qtbase5-dev qtbase5-dev-tools qtchooser qt5-qmake qtcreator
Line 48: Line 48:
 cd ThirdParty-ASL cd ThirdParty-ASL
 ./get.ASL ./get.ASL
-./configure+./configure --prefix="/usr" 'CXXFLAGS=-O3' 'CFLAGS=-O3'
 make make
 sudo make install sudo make install
Line 55: Line 55:
 cd ThirdParty-HSL cd ThirdParty-HSL
 [extract the HSL archive as `~/programs/Ipopt/ThirdParty/HSL/coinhsl`] [extract the HSL archive as `~/programs/Ipopt/ThirdParty/HSL/coinhsl`]
-./configure+./configure --prefix="/usr" 'CXXFLAGS=-O3' 'CFLAGS=-O3'
 make make
 sudo make install sudo make install
Line 122: Line 122:
 sudo ln -s coin-or coin sudo ln -s coin-or coin
 </code> </code>
 +
 +==== Libtool ====
 +(may not be necessary)
 +
 +  * ''libtool --finish /usr/local/lib''
 +  * ''libtool --finish /usr/lib''
  
 ===== Windows (XP or 7) ===== ===== Windows (XP or 7) =====
en/dev/development.1727181378.txt.gz · Last modified: 2024/09/24 14:36 by Antonello Lobianco