README

changeset 152
3238f65db163
parent 151
fc8d05972af7
child 155
45395ba5ed30
     1.1 --- a/README	Thu Sep 05 13:55:04 2013 +0200
     1.2 +++ b/README	Fri Sep 06 13:20:20 2013 +0200
     1.3 @@ -31,10 +31,10 @@
     1.4  
     1.5    make
     1.6  
     1.7 -The further available configurations are gcc-debug, g++, g++-debug, osx,
     1.8 -osx-debug, suncc, suncc-debug and windows. The later uses microsoft visual C++
     1.9 -compiler. If you want to use mingw oder cygwin, you can use the default gcc
    1.10 -configuration.
    1.11 +The available configurations are clang, clang-debug, gcc, gcc-debug, g++,
    1.12 +g++-debug, osx, osx-debug, suncc, suncc-debug and windows. The later uses
    1.13 +microsoft visual C++ compiler. If you want to use mingw oder cygwin, you can
    1.14 +use the default gcc configuration.
    1.15  
    1.16  The build files are placed into a build subdirectory, which is created if it
    1.17  does not exists.
    1.18 @@ -49,7 +49,7 @@
    1.19  
    1.20  The default prefix is /usr/local.
    1.21  
    1.22 -If you want to test you build, run
    1.23 +If you want to test your build, run
    1.24  
    1.25    make run CONF=<yourconfig>
    1.26  

mercurial