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.
728 B
728 B
Testing
Environment | Status |
---|---|
Drone | |
Travis |
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.