diff options
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
