CoCoALib:Contribute: Difference between revisions

From ApCoCoAWiki
Dheldt (talk | contribs)
m adding stub template
Bigatti (talk | contribs)
added instruction for running the examples
Line 1: Line 1:
{{stub}}
== Contribute with an example ==
At the moment there exists no exact procedure how to submit or contribute something to the library.
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.
As soon as somebody wants to contribute something, we will come up with a way to do so.


[[Category:HowTo]][[Category:CoCoALib]]
[[Category:HowTo]][[Category:CoCoALib]]

Revision as of 16:09, 29 November 2005

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.