From 3cb4a628481d8f8b9fac6ca79ae57dd1fe63ffbf Mon Sep 17 00:00:00 2001 From: Rafael Weinstein Date: Thu, 23 Oct 2014 15:54:51 -0700 Subject: [PATCH] Added build instructions --- HACKING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HACKING.md b/HACKING.md index 51b99d98a31..b792e1ad8eb 100644 --- a/HACKING.md +++ b/HACKING.md @@ -1,6 +1,13 @@ Hacking on Sky ============== +Building +-------- + +* Follow the setup & build instructions for [mojo](https://github.com/domokit/mojo), except... + * run ``gn & ninja`` in ``/sky/`` and use the build target ``sky`` with ``ninja`` rather than ``root`` or ``mojo`` + + Running applications --------------------