Page MenuHomePhorge

DEVELOPMENT
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

DEVELOPMENT

Building:
To build everything including the pykolab stuff:
# autoreconf -v
# ./configure
# make
If you get "error: possibly undefined macro: AC_PROG_INTLTOOL" on autoreconf you might need to install intltool.
For the python tests:
# make quicktest
Make sure you have "nosetests" for python2 is installed (python2-nose on arch). Otherwise you will get an error that "PyInit__kolabformat" could not be found.
For the library only, switch to the c++ directory and read the instructinos in there
Branch layout:
master
The latest and greatest, schema definitions only
<language>/master
The latest and greatest language bindings (generated) and wrapper
libraries (if appropriate) for <language>. For example, branch
python/master
is occassionally, regularly, merged with the master branch.
Bindings are then generated, modifications are updated where
necessary, test-cases executed, and naturally we hope all is well.
<major>.<minor>
Schema definitions developed for the <major>.<minor> product
series.
Tracks towards a future <teeny> version release, using the
x.y.z versioning schema.
<language>/<major>.<minor>
Using the same schema definitions as <major>.<minor> schema
definitions branch, generated bindings and modifications (if
necessary) and wrapper libraries (if appropriate) for
<language> are maintained in this branch.

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 10:56 PM (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/5c/df9706cecb823b829d78274f4e83
Default Alt Text
DEVELOPMENT (1 KB)

Event Timeline