-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
19 lines (15 loc) · 693 Bytes
/
README
File metadata and controls
19 lines (15 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is the source code for my bachelor thesis in 2014. Read the pdf in thesis to get an idea what this does.
How to build and view the documentation:
* in the main folder, run 'doxygen doxy.conf'
* open in your browser 'doc/html/index.html'
How to build:
* Install libconfig development files (libconfig-dev package for debian)
* Install cmake
* Create a directory 'build' within this source directory
* Descend into 'build' and execute 'cmake ..'
* Then execute 'make'
You should now have an executable 'patchy_main' in the 'bin' folder.
Usage:
* Edit the file 'bin/parameters.cfg'
* cd into 'bin'
* execute ./patchy_main x (Where x is the number of concurrent threads to run)