gunzip Install.tar.gz
tar xvf Install.tar
cd Install
make
make ntl
make setup
mv PreInstall ../
mv NTLinstall ../
mv SetUp ../
cd ../
gunzip cddlib-094.tar.gz
tar xvf cddlib-094.tar
cd cddlib-094/
mkdir CDD
mv ../Install.cpp .
g++ Install.cpp -o Install_file
./Install_file
cd ../
./PreInstall
cd cddlib-094/
make all
cd src-gmp/
cp redcheck_gmp ../../
cd ../../
chmod 700 cdd
chmod 700 lrs1
cd ntl-5.3.1/src
./NTLinstall
cd ../../
make
./SetUp
mv simplify* LattE
