You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Samy Al Bahra
2f421b4fb1
|
6 years ago | |
---|---|---|
build | 8 years ago | |
doc | 6 years ago | |
include | 6 years ago | |
regressions | 6 years ago | |
src | 6 years ago | |
tools | 6 years ago | |
.cirrus.yml | 6 years ago | |
.drone.yml | 6 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 10 years ago | |
Makefile.in | 6 years ago | |
README.md | 6 years ago | |
configure | 6 years ago |
README.md
Testing
Environment | Status |
---|---|
Travis (Linux / Mac OS X) | |
Drone (Windows) |
Build
-
Step 1.
./configure
For additional options try./configure --help
-
Step 2.
In order to compile regressions (requires POSIX threads) use
make regressions
. In order to compile libck usemake all
ormake
. -
Step 3.
In order to install usemake install
To uninstall usemake uninstall
.
See http://concurrencykit.org/ for more information.