chore(doc/make/ubuntu-16-04): improve build instructions
This commit is contained in:
parent
3412d11401
commit
110240e540
1 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue