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:59]
Antonello Lobianco [Linux (Ubuntu 22.04)]
en:dev:development [2024/09/24 15:03] (current)
Antonello Lobianco [Libtool]
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.1727182757.txt.gz · Last modified: 2024/09/24 14:59 by Antonello Lobianco