잡학사전/Atlantis
How To Install Atlantis on Ubuntu 22.04
포스트휴먼
2024. 4. 11. 17:31
1. Install Required Packages:
sudo apt install build-essential autoconf subversion libxml2-dev
PROJ-4.9.3 (./configure > make > sudo make install)
2. Check out the Code:
svn co --username=OOO --password=OOOhttps://svnserv.csiro.au/svn/ext/atlantis/runFiles/trunk/SETas_model_New_Trunk/
3. Building the source code:
aclocal
autoheader
autoconf
automake -a
./configure
make CFLAGS='-Wno-misleading-indentation -Wno-format -Wno-implicit-fallthrough'
sudo make install
4. Running Atlantis:
cd atlantisman
./atlantisMerged