diff options
author | Daniel Juyung Seo <seojuyung@gmail.com> | 2013-03-30 02:04:41 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung@gmail.com> | 2013-03-30 02:04:41 +0900 |
commit | fe003af31ab7748a16257c06a1d29896913637ae (patch) | |
tree | 68116224659da236c98361d4c674f7af7b450fa5 /README | |
parent | 75777b23048697d01e583f81533ca295920a266e (diff) | |
download | efl-fe003af31ab7748a16257c06a1d29896913637ae.tar.gz |
README: call ldconfig after installing bullet.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ $ cd ~/bullet/build $ cmake .. -DBUILD_CPU_DEMOS=OFF -DBUILD_DEMOS=OFF -DBUILD_SHARED_LIBS=ON $ make $ sudo make install +$ sudo ldconfig * Ubuntu Users: Alternatively ubuntu users have the option to install the BulletPhysics from |