Changes
Page history
Update Instructions for building PALISADE in Linux
authored
Aug 31, 2019
by
Yuriy Polyakov
Show whitespace changes
Inline
Side-by-side
Instructions-for-building-PALISADE-in-Linux.md
View page @
c6dcde6c
...
...
@@ -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.
```
sudo apt-get install build-essential
\\
includes g++
sudo apt-get install build-essential
#this already
includes g++
sudo apt-get install cmake
sudo apt-get install autoconf
```
...
...
...
...