updated to flags really needed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30225 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Dave Wetzel 2010-04-23 16:52:20 +00:00
parent 9ef5289600
commit 186f386a23
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-04-23 David Wetzel <dave@turbocat.de>
Examples/hello/INSTALL
* updated to flags really needed
2010-04-16 David Wetzel <dave@turbocat.de>
GSWApplication.*:
* use [[NSThread currentThread] threadDictionary]

View file

@ -1,7 +1,11 @@
To install this little application:
o install GNUstep, GNUstepWeb (including apache module),..
./Hello.gswa/Hello -GSWMTEnabled NO -GSWPort 9008 -GSWAdaptorHost 10.1.0.1
./Hello.gswa/Hello -GSWMTEnabled NO -WOHost 127.0.0.1 -WOPort 9008 -WOAdaptorHost 127.0.0.1
On OS X:
./Hello.gswa/Contents/MacOS/Hello -GSWMTEnabled NO -WOHost 127.0.0.1 -WOPort 9008 -WOAdaptorHost 127.0.0.1
(change your port and IP as needed)