diff options
Diffstat (limited to 'doc/installation.html')
-rw-r--r-- | doc/installation.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/installation.html b/doc/installation.html index c10011c..838c754 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -186,9 +186,9 @@ svn co svn://intranifty.no-ip.org/osirion osirion <p> To download and install the library: <div class="code"> -wget http://bullet.googlecode.com/files/bullet-2.75-rc3.tgz<br> -tar zxvf bullet-2.75-rc3.tgz<br> -cd bullet-2.75-rc3<br> +wget http://bullet.googlecode.com/files/bullet-2.77.tgz<br> +tar zxvf bullet-2.77.tgz<br> +cd bullet-2.77<br> ./autogen.sh<br> ./configure --prefix=/usr/local<br> make<br> |