libs-gsweb/INSTALL
David Ayers 400fe30d41 * GSWAdaptors/Apache/mod_gsweb.c: Rename GSWeb_Module to
gsweb_module for apxs integration.
        * INSTALL: Refer to GSWAdaptors/Apache/INSTALL for Apache
        specific installation instructions.  Move Apache specific
        installation instructions to GSWAdaptors/Apache/INSTALL.
        * GSWAdaptors/Apache/INSTALL: Update to new ./configure
        usage and new install and httpdconfig make targets.
        * GSWAdaptors/Apache/GNUmakefile.in: New file to build
        the adaptor module with apxs and apr-config.
        * GSWAdaptors/Apache/configure[.ac]: New files
        * GSWAdaptors/Apache/config.guess: Ditto.
        * GSWAdaptors/Apache/config.sub: Ditto.
        * GSWAdaptors/Apache/install-sh: Ditto.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@21206 72102866-910b-0410-8b05-ffd578937521
2005-05-09 12:20:18 +00:00

63 lines
1.6 KiB
Text

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