diff options
author | Stijn Buys <ingar@osirion.org> | 2010-10-09 20:23:01 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-10-09 20:23:01 +0000 |
commit | 0ecdd8bc98ba583bbee801b838d785c6f881d7df (patch) | |
tree | 0ae456cb1254544e43de8abf8fa4dbb6afc91e79 /doc/installation.html | |
parent | e5be0871b6fed09eed40ff17201d1c7a4a990744 (diff) |
removed physics references, transfer inventory on ship aquisition
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> |