• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H03-May-2022-12396

doc/H27-Feb-2017-16,31915,862

include/H27-Feb-2017-14,1789,669

regressions/H27-Feb-2017-23,07716,296

src/H27-Feb-2017-5,7523,884

tools/H27-Feb-2017-62

.gitignoreH A D27-Feb-20177.2 KiB188187

LICENSEH A D27-Feb-20172.5 KiB5544

Makefile.inH A D03-May-20223.2 KiB10489

READMEH A D27-Feb-2017785 2216

configureH A D03-May-202219.4 KiB811709

README

1  ____                                                        _  ___ _
2 / ___|___  _ __   ___ _   _ _ __ _ __ ___ _ __   ___ _   _  | |/ (_) |_
3| |   / _ \| '_ \ / __| | | | '__| '__/ _ \ '_ \ / __| | | | | ' /| | __|
4| |__| (_) | | | | (__| |_| | |  | | |  __/ | | | (__| |_| | | . \| | |_
5 \____\___/|_| |_|\___|\__,_|_|  |_|  \___|_| |_|\___|\__, | |_|\_\_|\__|
6                                                      |___/
7
8Step 1.
9	./configure
10	For additional options try ./configure --help
11
12Step 2.
13	In order to compile regressions (requires POSIX threads) use
14        "make regressions". In order to compile libck use "make all" or "make".
15
16Step 3.
17	In order to install use "make install"
18	To uninstall use "make uninstall".
19
20See http://concurrencykit.org/ for more information.
21
22