Building OGo From Source
cd gnustep-make-1.13.0
./configure --prefix=/usr/local/OGo-GNUstep \
--with-library-combo=gnu-fd-nil \
--with-system-root=/usr/local/OGo-GNUstep \
--disable-importing-config-file \
--with-config-file=/usr/local/OGo-GNUstep/GNUstep.conf
make
make install
source /usr/local/OGo-GNUstep/Library/Makefiles/GNUstep.sh
cd ../sope/libFoundation
export CFLAGS=-Wno-import
./configure
make
sudo make -j1 INSTALL_ROOT_DIR=/ \
GNUSTEP_INSTALLATION_DIR=/usr/local \
FHS_INSTALL_ROOT=/usr/local install
cd ..
export CFLAGS=
./configure --prefix=/usr/local \
--enable-debug --disable-strip \
--gsmake=/usr/local/OGo-GNUstep
make -j1
sudo make -j1 install
./configure --prefix=/usr/local \
--enable-debug --disable-strip \
--gsmake=/usr/local/OGo-GNUstep \
--without-pisock
make -j1
sudo make -j1 install
cp -Rp WebUI/Templates "/usr/local/share//opengroupware.org-1.1/templates"
cp -Rp WebUI/Resources "/usr/local/share//opengroupware.org-1.1/translations"
cp -Rp Themes/WebServerResources "/usr/local/share//opengroupware.org-1.1/www"
| Attachment | Size |
|---|---|
| OGoSpecFiles.tar.gz | 16.32 KB |
