X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=d29095cf5a5063e13688a557fd17e2cba6c8d3bf;hb=ddff9ad51640e567c37caa7399a559b440fb7902;hp=2e797e49019e9048cd6cc97e40bcb1ae535a2f13;hpb=8dd68dca3efcccbedbead331e8469aa5b07730cc;p=nikiroo-utils.git diff --git a/README.md b/README.md index 2e797e4..d29095c 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,22 @@ Long description multiple paragraphs are ok. - **--help** (or **-h**): information about the syntax +### Supported platforms + +Any platform with at lest Java 1.6 on it should be ok. + +It has been tested on Linux (xxx), and YYY (yyy), but feel free to inform us if you try it on another system. + +If you have any problems to compile it with a supported Java version (1.6+), please contact us. + ## Compilation Just run `make`. You can also use those make targets: +- `make jar`: build the jar file +- `make sjar`: build the source jar file - `make doc`: build the Doxygen documentation (`doxygen` required) - `make man`: build the man page (`pandoc` required) - `make install PREFIX=/usr/local`: install the program into PREFIX (default is `/usr/local`) and the manual if built @@ -28,7 +38,6 @@ You can also use those make targets: - `make mrpropre`: clear everything, including the main executable and the documentation - `make test`: build the unit tests (`check` required) - `make run-test`: start the unit tests -- `make run-test-more`: start the extra unit tests (can be long) ## Author