fork of capisuite (https://github.com/larsimmisch/capisuite) with some fixes to make it build on modern Linux
Go to file
htgoebel 71edbe1da9 * Enhanced for SCons build system:
- Added traget 'dist' and 'distcheck' for creating and testing a
    distribution archive (.tar.gz).
  - Added env.InstallMan() for easy installation of man pages.
  - Added more fine-grained 'install-*' targets sub-aliases of
    'install' this allowed some cleaning up in SConscripts.
  - Added target 'rpms' for build source and binary RPMs (currently
    the .spec file is hardcoded).
  - Updated tests to status of current ./configure script
    (CS_TEST_CAPI4LINUX, CS_TEST_SFFTOBMP, CS_SET_DOCDIR)
* Enhanced for SCons build scripts for supporting SCons 0.96's
  'toolpath' feature.
* Use prebuild man pages from SVN repository. Building from docbook is
  still to do.
* New SConscript for building .spec files.
* Added .spec for Mandrake 9.2


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@385 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-02 22:05:17 +00:00
debian delete old obsolete CVS info 2004-08-14 10:34:51 +00:00
docs * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
scons-tools * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
scripts * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
src * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
suse * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
AUTHORS - merge branches/py-lib, revisions 265-325 to trunk 2004-10-31 14:07:07 +00:00
COPYING -regenerate with the sfftobmp changes, add two other missing files 2004-12-04 06:52:38 +00:00
ChangeLog * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
INSTALL -regenerate with the sfftobmp changes, add two other missing files 2004-12-04 06:52:38 +00:00
Makefile.am add cronjob.conf to dist 2003-04-05 11:14:43 +00:00
Makefile.cvs * Fixed some "aclocal/automake/autoconf is called after SVN checkout" 2004-12-30 10:53:15 +00:00
Makefile.in fix another "automake doesn't work in SVN version" problem... 2004-12-29 23:23:18 +00:00
NEWS moved from_email feature to 0.4.5 2004-11-28 07:26:08 +00:00
README * Fixed some "aclocal/automake/autoconf is called after SVN checkout" 2004-12-30 10:53:15 +00:00
SConscript * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
SConscript-Config * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
SConscript-Options * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
SConstruct * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
TODO * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
acinclude.m4 -ported revisions 330 & 337 from branch_0_4 (support sfftobmp 3.x) 2004-11-07 14:12:33 +00:00
aclocal.m4 add another missing auto* file 2004-12-30 11:06:58 +00:00
capisuite.cronin - fixed SECURITY BUG (user scripts where executed as root), thx to Achim! 2003-04-04 22:26:18 +00:00
capisuite.spec create "make install" routines for manpages 2004-03-24 20:05:57 +00:00
config.h.in port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 2004-11-27 13:03:41 +00:00
configure -regenerate with the sfftobmp changes, add two other missing files 2004-12-04 06:52:38 +00:00
configure.in -ported revisions 330 & 337 from branch_0_4 (support sfftobmp 3.x) 2004-11-07 14:12:33 +00:00
cronjob.conf - added cronjob configuration file to CVS repository 2003-04-04 22:16:15 +00:00
depcomp port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 2004-11-27 13:03:41 +00:00
install-sh port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 2004-11-27 13:03:41 +00:00
missing port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 2004-11-27 13:03:41 +00:00
py-compile fix another "automake doesn't work in SVN version" problem... 2004-12-29 23:23:18 +00:00
rc.capisuite.in - merge branches/py-lib, revisions 265-325 to trunk 2004-10-31 14:07:07 +00:00

README

CapiSuite
=========

For the documentation see the created HTML documents situated in
docs/manual/index.html or in the installed version see
$PREFIX/share/doc/capisuite/manual/index.html. There's also a german
translation of the manual available at http://www.capisuite.de/.


Building capisuite from CVS/SVN
--------------------------------

mkdir capisuite ; cd capisuite
svn co \
    https://h3281.serverkompetenz.net/repos/capisuite/trunk/capisuite .
make -f Makefile.cvs
./configure ...options...
make
su -c 'make install'

Please see Makefiel.cvs for other targets which may be usefull for
core-developers.