Commit c76692d424beae7613f3e47bbb8cbe26401c736d

Authored by Georg Hopp
1 parent 03000af5

changed installation notes.

Showing 1 changed file with 9 additions and 19 deletions
... ... @@ -33,31 +33,21 @@ The main development page can be found
33 33 INSTALLATION
34 34 ------------
35 35
36   -Currently there is no finished installation process.
37   -Further more, packages are required for building this thing,
38   -that in fact are only requered for the testing part.
  36 +This can be installed via the usual configure, make, make install
  37 +cycle.
39 38
40   -### BUILD REQUIREMENTS
  39 +### API DOC
41 40
42   -You need the following to build this thing.
  41 +To generate the api doc a patched version of doxygen is
  42 +neccessary. A patch is included under docs.
43 43
44   -- A GNU Autobuild (autoconf, automake, etc.) installation.
45   -- GCC as well as binutils.
  44 +*make docs* creates the api doc.
46 45
47   -### BUILDING
  46 +### TEST COVERAGE REPORT
48 47
49   -Call ./bootstrap and then run ./configure.
50   -After that run make. After that you will hopefully find a binary called
51   -*taskrambler* under *src/*.
52   -This is a test application for the library. It's name comes from the
53   -first intention what i would like to do with it. Some kind of task management
54   -system.
  48 +gcov and lcov are needed to build these.
55 49
56   -### INSTALLING
57   -
58   -No care has been taken that this thing installs correctly. Anyway
59   -simply call *./src/taskrambler* will run this. After started this you
60   -should be able to connect with any browser on localhost port 11212.
  50 +*make coverage-html* creates the converage reports.
61 51
62 52 ### PLAY AROUND
63 53
... ...
Please register or login to post a comment