diff options
author | bustico | 2014-12-09 14:28:33 +0000 |
---|---|---|
committer | bustico | 2014-12-09 14:28:33 +0000 |
commit | 1a6bb4a1197d7313fb9c3a00ad6e9db6fee4f8fd (patch) | |
tree | 72a5e1c810dc877e86537e2149d2b194d7f5c41a /ivy-c++.readme | |
parent | 81c59db04899b607c1a55b9d729c77c26c8f2754 (diff) | |
download | ivy-cplusplus-master.zip ivy-cplusplus-master.tar.gz ivy-cplusplus-master.tar.bz2 ivy-cplusplus-master.tar.xz |
done some trivial fix on library order to permit Qt example compilation without error with gcc 4.9 (ubuntu 14.10)HEADmaster
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. |