diff --git a/README.md b/README.md index 61f83627..8c4e618e 100644 --- a/README.md +++ b/README.md @@ -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