| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| 0.1.1 | 2012-03-31 | ||
| libcondset-doc.0.1.0.tar.gz | 2012-03-31 | 38.8 kB | |
| libcondset-doc.0.1.1.tar.gz | 2012-03-31 | 38.8 kB | |
| libcondset.0.1.1.tar.gz | 2012-03-31 | 2.9 kB | |
| readme.mkd | 2012-03-30 | 851 Bytes | |
| Totals: 5 Items | 81.3 kB | 0 |
To install Libcondset, download libcondset.tar.gz, and extract it. At this point, you must choose which install type you want: Dynamic library (.so) or static (.a). Then, choose an installation prefix (a directory that has a include/ and a lib/, usually /usr, /usr/local, or /). Then issue this command:
libcondset$ make install_dynamic INSTALL_PREFIX="your install prefix"
For dynamic install, and:
libcondset$ make install_static INSTALL_PREFIX="your install prefix"
For static install. make will need superuser privileges if you try to install to a root owned directory. This will also install condtionset.h into the installation prefix's include/ dir.
You can find the documentation in libcondset-doc.tar.gz. Unzip it and open doc/index.html in your browser. Source code is in the root of libcondset.tar.gz.