]> Kevux Git Server - doxy2man/commitdiff
update build instructions, tested platforms in README
authorGeorg Sauthoff <mail@georg.so>
Mon, 10 Mar 2014 12:54:43 +0000 (13:54 +0100)
committerGeorg Sauthoff <mail@georg.so>
Mon, 10 Mar 2014 12:54:43 +0000 (13:54 +0100)
README.md

index 0fd41efceb81b4c3f010748e2dfd988e5f9df633..14291f7cfbf20ee1b0a13974520168ee11d244ab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,11 +21,16 @@ information, brief and detailed descriptions, etc.
 
 ## Compile
 
-Doxy2man is written in C++ and uses the [Qt][2] library (I tested it with version 4.8). You can build it like this:
+Doxy2man is written in C++ and uses the [Qt][2] library (I tested it with version 4.8 and 5.2). You can build it like this:
 
     $ qmake-qt4
     $ make
 
+Or:
+
+    $ qmake-qt5
+    $ make
+
 ## Usage
 
 Create a small Doxygen configuration file. To enable XML output use something like this:
@@ -79,13 +84,25 @@ Doxy2man implements several useful defaults but is also customizable:
             --pkg STR        man page header/footer string, e.g. 'Linux Programmer's Manual'
     -i STR, --include STR    include path prefix
 
-## Contact ##
+## Contact
 
 Georg Sauthoff <mail@georg.so>
 
 Don't hesitate to mail questions, comments or other feedback.
 
-## License ##
+## Tested platforms
+
+Qt libraries:
+
+- Qt 4.8
+- Qt 5.2
+
+Operating systems:
+
+- Fedora Linux 17, 19 (x86/64)
+- Solaris 10/SPARC
+
+## License
 
 GPLv3+