Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,21 @@ Compiling the peiskernel requires some dependencies - assuming an
Ubuntu-like distro:

> sudo apt-get install libtool

> sudo apt-get install autotools-dev

To compile, run some configuration scripts first:

> cd peiskernel/G6

> ./autogen.sh

> ./configure

Then, compile and install:

> make

> sudo make install

To let your system know of the new library in the current session, you
Expand All @@ -161,8 +165,11 @@ For tupleview, you need the following dependencies:
To install:

> cd tupleview/G6

> ./autogen.sh

> make

> sudo make install

To test, run a peismaster and start tupleview:
Expand All @@ -182,7 +189,9 @@ You need the ant build system to make and install the PEISJava binding:
To make install:

> cd bindings/PEISJava/G6.1

> ant all

> sudo ant install

To test, run:
Expand All @@ -196,11 +205,13 @@ Documentation
To generate API docs, use doxygen:

> cd peiskernel/G6

> doxygen doxygen.conf

You will now find the HTML docs in peiskernel/G6/docs/html/index.html

After having generated docs with doxygen, yuo can install man pages:

> cd peiskernel/G6
> sudo ./install-manpages.sh

> sudo ./install-manpages.sh