chore(doc/make/ubuntu-16-04): improve build instructions

This commit is contained in:
Leonardo de Moura 2016-12-01 13:47:00 -08:00
parent 3412d11401
commit 110240e540

View file

@ -1,4 +1,4 @@
Installing requirements on Ubuntu 16.04
Installing Lean on Ubuntu 16.04
---------------------------------------------
### Basic packages
@ -8,3 +8,15 @@ Installing requirements on Ubuntu 16.04
### Optional packages
sudo apt-get install gitg valgrind doxygen kcachegrind
### Clone Lean repository
git clone https://github.com/leanprover/lean.git
### Build Lean
cd lean
mkdir -p build/release
cd build/release
cmake ../../src
make