Explorar o código

Less ambiguous README.md, mention build reqs

Steffen Moeller %!s(int64=10) %!d(string=hai) anos
pai
achega
1cc038282a
Modificáronse 1 ficheiros con 7 adicións e 2 borrados
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -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':