aboutsummaryrefslogtreecommitdiffstats
diff options
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index dd638e0..e24324c 100644
--- a/README
+++ b/README
@@ -22,17 +22,17 @@ did not rely on AJAX in the first place. This is designed
as a simple alternative to using more cumbersome projects
like HtmlUnit that rely on Java.
-##### Requirements #####
+---- Requirements ----
* Qt, from http://qt.nokia.com
* Xvfb, if running an unpatched Qt on a headless server
-##### Compilation #####
+---- Compilation ----
$ qmake
$ make
$ ./ServerExecute http://zx2c4.com
...
-##### Notes on Headless #####
+---- Notes on Headless ----
QtWebKit requires an X server. You can patch this using
various patches available on the Internet, or you can use
a simple in-memory X server buffer called Xvfb. See the