From 9cd6434ea932bd595037526713956bcd22b70e19 Mon Sep 17 00:00:00 2001 From: Reuh Date: Mon, 17 Aug 2015 21:34:02 +0200 Subject: [PATCH] Added simple build intructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index abb3f0c..8d351d5 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ Everything is in the Wiki. Warning: the 'u' in the repo's name is a 'µ', not a 'u'. + +#### Build instructions + +* Setup your environment as shown here : http://3dbrew.org/wiki/Setting_up_Development_Environment +* Clone this repository and run the commande `make build-all` to build all the dependicies. +* If you only made changes to ctrµLua, run `make` to rebuild ctµLua withouut rebuilding all the dependicies. + +May not work under Windows.