PALISADE - Library Compile for Linux Ubuntu
Get the tools
apt-get install software-properties-common
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo apt-get update
sudo apt-get install cmake
sudo apt-get install g++
sudo apt-get install git
Clone the repo
git clone https://git.njit.edu/palisade/PALISADE.git
Configure and build
Go into your cloned dircectory
./configure
./make
Comments