AboutThe Cluscore is growing library that gives "object oriented" like power to just ordinary C programs. ReleasesThe current release is cluscore-0.1.x; it is still an alpha release. We will not be providing new tar balls until the alpha release. To obtain cluscore-0.1.x and install it, please use something like the following commands: svn checkout http://cluscore.googlecode.com/svn/trunk/ cluscore
cd cluscore
./configure
make
make install
|