davisbk / thesis

Brian's thesis repository
0 stars 0 forks source link

Meeting Log 31-05-19 #3

Closed davisbk closed 5 years ago

davisbk commented 5 years ago

General Notes

Brian's To Do

Build 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