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.
Matthew Macy
deca119d14
|
7 years ago | |
---|---|---|
build | 8 years ago | |
doc | 7 years ago | |
include | 7 years ago | |
regressions | 7 years ago | |
src | 7 years ago | |
tools | 7 years ago | |
.drone.yml | 7 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 7 years ago | |
LICENSE | 10 years ago | |
Makefile.in | 11 years ago | |
README.md | 7 years ago | |
configure | 7 years ago |
README.md
Platform | Status |
---|---|
Linux and Mac OS X | |
Windows |
____ _ ___ _
/ ___|___ _ __ ___ _ _ _ __ _ __ ___ _ __ ___ _ _ | |/ (_) |_
| | / _ \| '_ \ / __| | | | '__| '__/ _ \ '_ \ / __| | | | | ' /| | __|
| |__| (_) | | | | (__| |_| | | | | | __/ | | | (__| |_| | | . \| | |_
\____\___/|_| |_|\___|\__,_|_| |_| \___|_| |_|\___|\__, | |_|\_\_|\__|
|___/
-
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.