Closed davisbk closed 5 years ago
apt install build-essential or dnf install gcc-c++
apt install zlib1g-dev
apt install libboost-filesystem-dev
sudo apt-get install libtool m4 automake
autoreconf ./configure --without-x
make
sudo make install
General Notes
Brian's To Do
Click to expand commands used to set up aevol
#DEPENDENCIESBuild tools
apt install build-essential or dnf install gcc-c++
compression library
apt install zlib1g-dev
boost library
apt install libboost-filesystem-dev
libtoolize
sudo apt-get install libtool m4 automake
CONFIGURE
autoreconf ./configure --without-x
COMPILE AND INSTALL
make
do NOT do make install if multiple versions are installed
sudo make install