- NULL/nullptr replacing done
[tinns.git] / cmake_README
1 You need cmake to build tinns and its tools.
2
3 cmake is part of nearly all linux distributions and you may need to install
4 first.
5
6 debian/ubuntu: "apt-get install cmake"
7 suse (11.0+): "zypper in cmake"
8
9 After installing cmake just use it with the CMakeLists.txt file in this
10 directory.
11
12 "cmake CMakeLists.txt"
13
14 cmake will now create a full buildsystem which can be used with the plain
15 GNU make and checks for all missing packages/libs. You will get notified if
16 something is missing.
17
18 "cmake_distclean.sh" removes all cache and temp files from the cmake
19 buildsystem.
20
21 - Akiko