Add compilation instructions.

This commit is contained in:
Sébastien Crozet 2013-06-13 14:06:05 +00:00
parent 4cc5b178c8
commit 5c777ca32d
1 changed files with 9 additions and 2 deletions

View File

@ -3,9 +3,16 @@ nalgebra
nalgebra is a n-dimensional linear algebra library written with the rust
programming language.
It is mainly focused on features needed for real-time physics. It should be
usable for graphics too.
## Licence
## Compilation
You will need the last rust compiler from the incomming branch.
I pull the compiler and fix my code almost every days. If you encounter
problems, make sure you have the last version.
nalgebra is provided "as is", under the BSD 3-Clause License.
git clone git://github.com/sebcrozet/nalgebra.git
cd nalgebra
make