From 7a3143ae98a098dd5485e5040082cde1d7a7604f Mon Sep 17 00:00:00 2001 From: TimePath Date: Wed, 16 Sep 2015 23:04:32 +0000 Subject: [PATCH] ./all compile was missing --- Git.markdown => Git.md | 5 +++++ 1 file changed, 5 insertions(+) rename Git.markdown => Git.md (98%) diff --git a/Git.markdown b/Git.md similarity index 98% rename from Git.markdown rename to Git.md index b04265f..fbd7055 100644 --- a/Git.markdown +++ b/Git.md @@ -27,6 +27,11 @@ After cloning the repository After you cloned the repository (using `git clone `) you are ready to start creating a branch to start working. Please check [Repository Access](Repository_Access) to make sure you checked out **all** of the repositories. `data/` for example resides in its own repository. +Compiling +--------- + +Run `./all compile` to compile the engine and gamecode. Add -r for a faster release build without debugging symbols. + Project structure ----------------- -- 2.39.2