From 5c777ca32d1fc1f3e273a9d0b0edcc67b42177e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Thu, 13 Jun 2013 14:06:05 +0000 Subject: [PATCH] Add compilation instructions. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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