Add compilation instructions.
This commit is contained in:
parent
4cc5b178c8
commit
5c777ca32d
11
README.md
11
README.md
|
@ -3,9 +3,16 @@ nalgebra
|
||||||
|
|
||||||
nalgebra is a n-dimensional linear algebra library written with the rust
|
nalgebra is a n-dimensional linear algebra library written with the rust
|
||||||
programming language.
|
programming language.
|
||||||
|
|
||||||
|
|
||||||
It is mainly focused on features needed for real-time physics. It should be
|
It is mainly focused on features needed for real-time physics. It should be
|
||||||
usable for graphics too.
|
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
|
||||||
|
|
Loading…
Reference in New Issue