diff options
Diffstat (limited to 'ivy-c++.readme')
-rw-r--r-- | ivy-c++.readme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ivy-c++.readme b/ivy-c++.readme index 31a80a9..92d238f 100644 --- a/ivy-c++.readme +++ b/ivy-c++.readme @@ -1,3 +1,10 @@ +some paquage are necessary to compile all the stuff : +on ubuntu 14.10 : + +apt-get install libqt4-dev-bin libglfw-dev libqt4-dev + + + this is the c++ api for ivy. It's a wrapper over ivy-c, so ivy-c should be installed prior this. |