From 853f716a90ff9b59a55349980b721c6eee87c6bf Mon Sep 17 00:00:00 2001 From: s72785 Date: Wed, 8 Oct 2014 23:38:58 +0200 Subject: [PATCH 1/2] Update getting_started.rst noob-proofing a bit --- docs/user/getting_started.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 606e650c..11d15f0a 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -1,7 +1,18 @@ Getting Started =============== -To build Gluon, after checking out the repository change to the source root directory +To build Gluon, first check out the repository: + +:: + + git clone git://github.com/freifunk-gluon gluon # Get the gluon repo + +after that change to the source root directory: + +:: + + cd gluon # go to the recently created directory + to perform the following commands: :: @@ -10,8 +21,9 @@ to perform the following commands: make update # Get other repositories used by Gluon make # Build Gluon -When calling make, the OpenWRT build environment is prepared/updated. To rebuild -the images only, just use: +When calling make, the OpenWRT build environment is prepared/updated. +In case of errors read the messages carefully and try to fix the stated issues (e.g. install tools not available yet). +To rebuild the images only, just use: :: From 9277648302cf9af430e3c0974519419b7fc7b946 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sun, 12 Oct 2014 23:06:48 +0200 Subject: [PATCH 2/2] Simplify git commands in Getting Started --- docs/user/getting_started.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 306eeb36..d7e6b8d3 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -8,9 +8,8 @@ The versions of gluon are managed with tags and branches. Every tag is a stable :: - git clone https://github.com/freifunk-gluon/gluon.git gluon + git clone -b v2014.3 https://github.com/freifunk-gluon/gluon.git gluon cd gluon - git checkout v2014.3 Please keep in mind that you need the appropriate site configuration for that gluon version.