Author: gcasa
Date: Fri Feb 19 03:54:06 2016
New Revision: 39397

URL: http://svn.gna.org/viewcvs/gnustep?rev=39397&view=rev
Log:
Add readme for scripts directory which documents what each script is for.

Added:
    tools/scripts/trunk/README.md

Added: tools/scripts/trunk/README.md
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/scripts/trunk/README.md?rev=39397&view=auto
==============================================================================
--- tools/scripts/trunk/README.md       (added)
+++ tools/scripts/trunk/README.md       Fri Feb 19 03:54:06 2016
@@ -0,0 +1,18 @@
+GNUstep scripts
+===
+
+The purpose of these scripts is to simplify GNUstep installation and 
dependency management.  
+
+Usage:
+* Make sure that the scripts directory is in the same directory as make, base, 
gui & back.  (if you are using SVN this should be done already)
+* Type, for example: ./scripts/clang-build.  This will do all of the needed 
configuration using clang.
+
+The purposes of all of the scripts is as follows:
+* clang-build - Build GNUstep using clang
+* compile-all - Build GNUstep.  With no options it will build using gcc and 
the built in runtime.
+* install-dependencies - should pull down all of the dependencies GNUstep 
needs.   There are versions of this for different operating systems.
+* windows-build - Builds GNUstep on Windows.
+
+Please report any bugs you find with this set of scripts.
+
+Thank you...


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to