3 Copyright (C) 2017 Mike Becker |
3 Copyright (C) 2017 Mike Becker |
4 |
4 |
5 Contents: |
5 Contents: |
6 1) About ................................................................... 12 |
6 1) About ................................................................... 12 |
7 2) Build instructions ...................................................... 24 |
7 2) Build instructions ...................................................... 24 |
8 3) Usage example ........................................................... 35 |
8 3) Usage example ........................................................... 39 |
9 4) License ................................................................. 44 |
9 4) License ................................................................. 48 |
10 |
10 |
11 |
11 |
12 1) About ______________________________________________________________________ |
12 1) About ______________________________________________________________________ |
13 |
13 |
14 cline is a command line tool that counts code lines in your project folder. It |
14 cline is a command line tool that counts code lines in your project folder. It |
21 |
21 |
22 Type cline --help for further information. |
22 Type cline --help for further information. |
23 |
23 |
24 2) Build instructions _________________________________________________________ |
24 2) Build instructions _________________________________________________________ |
25 |
25 |
26 In release version you can just |
26 If you checked out the sources from version control, you firstly need to run |
|
27 ./prebuild.sh |
|
28 This requires autotools installed on your system. |
|
29 |
|
30 In release version you can skip the first task and just run |
27 ./configure && make |
31 ./configure && make |
28 |
32 |
29 After building you get a system wide install with |
33 After building you get a system wide install with |
30 sudo make install |
34 sudo make install |
31 |
35 |