Skip to content
Update Instructions for building PALISADE in Linux authored by Yuriy Polyakov's avatar Yuriy Polyakov
...@@ -3,7 +3,7 @@ Ubuntu ...@@ -3,7 +3,7 @@ Ubuntu
1. Install pre-requisites (if not already installed): g++, cmake, make, and autoconf. Sample commands using apt-get are listed below. It is possible that these are already installed. 1. Install pre-requisites (if not already installed): g++, cmake, make, and autoconf. Sample commands using apt-get are listed below. It is possible that these are already installed.
``` ```
sudo apt-get install build-essential #includes g++ sudo apt-get install build-essential \\includes g++
sudo apt-get install cmake sudo apt-get install cmake
sudo apt-get install autoconf sudo apt-get install autoconf
``` ```
... ...
......