2000-01-22 12:49:49 +00:00
|
|
|
Installation
|
|
|
|
************
|
|
|
|
|
|
|
|
This file documents the installation of GNUstepWeb, `gsweb'. Copyright
|
2004-05-06 12:37:45 +00:00
|
|
|
(C) 1999-2004 Free Software Foundation, Inc. You may copy, distribute, and
|
2000-01-22 12:49:49 +00:00
|
|
|
modify it freely as long as you preserve this copyright notice and
|
|
|
|
permission notice.
|
|
|
|
|
2004-12-15 00:01:25 +00:00
|
|
|
This is version 1.2.0 of GNUstepWeb.
|
2000-01-22 12:49:49 +00:00
|
|
|
|
|
|
|
This package contains GNUstepWeb library. You need to install
|
2000-03-20 15:50:51 +00:00
|
|
|
GNUstep core, extensions and db libraries, GSWAdaptor and Apache
|
2000-01-22 12:49:49 +00:00
|
|
|
Please download last up to date cvs version of GNUstep (some bugs
|
|
|
|
have been corrected).
|
|
|
|
|
2004-05-06 12:37:45 +00:00
|
|
|
Remark: We suppose that the GNUstep folder is on /usr/GNUstep, please
|
|
|
|
check all the paths below with your configuration
|
2000-03-16 16:16:49 +00:00
|
|
|
|
2000-01-22 12:49:49 +00:00
|
|
|
Installing `gsweb'
|
|
|
|
====================
|
|
|
|
|
2000-03-16 16:16:49 +00:00
|
|
|
Libraries requiered :
|
|
|
|
---------------------
|
|
|
|
|
2003-07-11 19:16:37 +00:00
|
|
|
core/ GNUstep core
|
|
|
|
gdl2/ GNUstep Database Library 2
|
|
|
|
(or db/ alternative GNUstep Database Library)
|
2000-01-22 12:49:49 +00:00
|
|
|
|
2000-03-16 16:16:49 +00:00
|
|
|
The GNUStepWeb package:
|
|
|
|
-----------------------
|
2004-05-06 12:37:45 +00:00
|
|
|
* GNUstepWeb/ --> GNUstepWeb Root
|
|
|
|
* GNUstepWeb/GSWeb.framework --> GNUstepWeb Main Part
|
|
|
|
* GNUstepWeb/GSWExtensions.framework --> GNUstepWeb 'standard' Extensions
|
|
|
|
* GNUstepWeb/GSWExtensionsGSW.framework --> GNUstepWeb Extensions
|
2000-01-22 12:49:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2000-03-16 16:16:49 +00:00
|
|
|
Compilation Order:
|
|
|
|
------------------
|
2000-01-22 12:49:49 +00:00
|
|
|
|
|
|
|
1) core
|
2000-03-16 16:16:49 +00:00
|
|
|
|
2003-07-11 19:16:37 +00:00
|
|
|
2) gdl2
|
|
|
|
|
2004-05-06 12:37:45 +00:00
|
|
|
3) GNUstepWeb
|
2001-03-14 22:12:57 +00:00
|
|
|
Go in the gsweb folder. make and make install.
|
2000-01-22 12:49:49 +00:00
|
|
|
|
2004-05-06 12:37:45 +00:00
|
|
|
4) Apaches modules for GNUstepWeb
|
2005-05-09 12:20:18 +00:00
|
|
|
Please read GSWAdaptors/Apache/INSTALL
|
2000-01-22 12:49:49 +00:00
|
|
|
|
2004-05-06 12:37:45 +00:00
|
|
|
If you do not want the extensions you can compile with
|
|
|
|
ADDITIONAL_OBJCFLAGS += -DNOEXTENSIONS
|
2002-08-06 22:18:09 +00:00
|
|
|
in config.mak
|
|
|
|
|
2004-12-21 20:12:28 +00:00
|
|
|
If you want to use TCSimpleDB you have to add
|
|
|
|
ADDITIONAL_OBJCFLAGS += -DTCSDB
|
|
|
|
in config.mak
|
|
|
|
|
2000-01-22 12:49:49 +00:00
|
|
|
|
2002-08-06 22:18:09 +00:00
|
|
|
Now, develop an application and run it !
|
2000-01-22 12:49:49 +00:00
|
|
|
|
|
|
|
We'll try to put a sample application soon.
|
|
|
|
|