Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
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 @
9695a3bc
...
...
@@ -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
\\
includes g++
sudo apt-get install cmake
sudo apt-get install autoconf
```
...
...
...
...