Adds build dep to install procedure (closes #24)

This commit is contained in:
Fabien LOISON 2019-09-30 16:51:10 +02:00
parent a5d362507e
commit 2802e22f73
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 10 additions and 2 deletions

View File

@ -42,7 +42,11 @@ Install
From PYPI (Linux / Mac OS?)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Run the following command (as ``root`` on Linux)::
First install the build dependencies::
sudo apt install build-essential cmake python-dev python-setuptools
Then run the following command (as ``root`` on Linux)::
pip install yoga
@ -50,7 +54,11 @@ Run the following command (as ``root`` on Linux)::
From this repository (Linux / Mac OS?)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Clone the repository::
First install the build dependencies::
sudo apt install build-essential cmake git python-dev python-setuptools
Then clone the repository::
git clone https://github.com/wanadev/yoga.git