CoCoALib:Contribute

From ApCoCoAWiki
Revision as of 10:47, 12 December 2005 by Mabshoff (talk | contribs) (remove spam)

Contribute with an example

The easiest way to help the CoCoALib project is to have a look at the "example" directory, run the examples, play with them, and send a comment about what can be improved.

You could also create a new example to be added to the distibution.

How do I run an example?

Download CoCoALib-xxx and compile it: (you will need GMP)

cd CoCoALib-xxx
./configure
make

to run an example do this:

cd examples
make ex-yyyyy
./ex-yyyy

Contibute with a new class

At the moment there exists no exact procedure how to submit or contribute something to CoCoALib. As soon as somebody wants to contribute something, we will come up with a way to do so.