Less ambiguous README.md, mention build reqs

This commit is contained in:
Steffen Moeller 2013-12-15 03:11:07 +01:00 committed by Nils Schneider
parent bae3a80d89
commit 1cc038282a
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,5 @@
To build Gluon, use the following commands after checking out the repository:
To build Gluon, after checkeing out the repository change to the source root directory
to perform the following commands:
git submodule update --init # Get other repositories used by Gluon
git clone git://github.com/freifunk-gluon/site-ffhl.git site # Get the Freifunk Lübeck site repository - or use your own!
@ -9,7 +10,11 @@ the images only, just use:
make images
The built images can be found in the directory /images.
The built images can be found in the directory ./images.
For the build reserve 6GB of disk space. The building requires packages
for subversion, ncurses headers (libncurses-dev) and zlib headers
(libz-dev).`
There are three levels of 'make clean':