Rewrite README.md from scratch

pull/1/head
heck 2021-01-15 15:48:58 +01:00
parent 521176bf03
commit 68a7e8f842
1 changed files with 17 additions and 15 deletions

View File

@ -34,17 +34,12 @@ The default make target is `compile`.
* `make test`
Builds the complete test-suite under `./test`.
### Clean
* `make clean`
Deletes all the derived objects of the adapter build in `./build` and `./dist`.
Also invokes `make clean` which cleans the whole test-suite.
Does not remove the generated API doc.
### Install
* `make install`
Installs the files under `./dist` under $PREFIX (local.conf)
* `make clean-doc`
Removes all the generated API doc.
* `make clean-all`
Equals `make clean` and `make clean-doc`
* `make uninstall`
Removes all the filenames under `./dist` from $PREFIX (local.conf)
### Doc
In order to generate the API doc you need to have doxygen installed on your system.
@ -58,9 +53,16 @@ In order to generate the API doc you need to have doxygen installed on your syst
* `make doc-java`
Generates the API doc for the Java part of the adapter.
### Install
* `make install`
Installs the files under `./dist` under $PREFIX (local.conf)
### Clean
* `make clean`
Deletes all the derived objects of the adapter build in `./build` and `./dist`.
Also invokes `make clean` which cleans the whole test-suite.
Does not remove the generated API doc.
* `make clean-doc`
Removes all the generated API doc.
* `make clean-all`
Equals `make clean` and `make clean-doc`
* `make uninstall`
Removes all the filenames under `./dist` from $PREFIX (local.conf)