@@ -37,9 +37,9 @@ Requirements
3737 * Compiler: gcc-3.3.4 or higher, or gcc-4.1.x or higher, or other
3838 Ansi C++ compiler that can deal with boost-like C++ code.
3939 * CMake cross-platform build system (www.cmake.org): cmake-2.4.
40- * C++ boost library (version 1.34.1 or higher), preferably with
41- thread support enabled. You can verify you have a thread-enabled
42- boost installation by locating the libboost_thread library. Thread
40+ * C++ boost library (version 1.35 or higher), preferably with thread
41+ support enabled. You can verify you have a thread-enabled boost
42+ installation by locating the libboost_thread library. Thread
4343 support is not essential: Wt functionality is not affected except
4444 for exotic things like server push. Most importantly, even without
4545 thread support Wt can handle multiple concurrent sessions.
@@ -118,11 +118,11 @@ Building and installing the Wt library
118118
119119 BOOST_COMPILER
120120 The boost compiler signature. For a library
121- libboost_regex-gcc41-mt-1_34_1 .so, this is 'gcc41'
121+ libboost_regex-gcc41-mt-1_37 .so, this is 'gcc41'
122122
123123 BOOST_VERSION
124124 The boost compiler signature. For a library
125- libboost_regex-gcc41-mt-1_34_1 .so, this is '1_34_1 '
125+ libboost_regex-gcc41-mt-1_37 .so, this is '1_37 '
126126
127127 BOOST_DIR
128128 The boost installation directory. This is the directory where
@@ -263,16 +263,24 @@ Trying the examples (or your own Wt application)
263263
264264 These are all the command-line options that are available:
265265General options:
266- -h [ --help ] produce help message
267- -t [ --threads ] arg (=10) number of threads
268- --docroot arg document root for static files
269- --errroot arg root for error pages
270- --no-compression do not compress dynamic text/html and text/plain
271- responses
272- --deploy-path arg (=/) location for deployment
273- --session-id-prefix arg prefix for session-id's (overrides wt_config.xml
274- setting)
275- -p [ --pid-file ] arg path to pid file (may be empty)
266+ -h [ --help ] produce help message
267+ -t [ --threads ] arg (=10) number of threads
268+ --servername arg (=vierwerf) servername (IP address or DNS name)
269+ --docroot arg document root for static files
270+ --errroot arg root for error pages
271+ --accesslog arg access log file (defaults to stdout)
272+ --no-compression do not compress dynamic text/html and text/plain
273+ responses
274+ --deploy-path arg (=/) location for deployment
275+ --session-id-prefix arg prefix for session-id's (overrides wt_config.xml
276+ setting)
277+ -p [ --pid-file ] arg path to pid file (optional)
278+ -c [ --config ] arg location of wt_config.xml. If unspecified,
279+ WT_CONFIG_XML is searched in the environment, if
280+ it does not exist then the compiled-in default
281+ (/etc/wt/wt_config.xml) is tried. If the default
282+ does not exist, we revert to default values for
283+ all parameters.
276284
277285HTTP server options:
278286 --http-address arg IPv4 (e.g. 0.0.0.0) or IPv6 Address (e.g. 0::0)
@@ -290,5 +298,5 @@ HTTPS server options:
290298
291299References
292300
293- 1. file://localhost/home/koen/project/wt/cvs /wt/INSTALL.win32.html
301+ 1. file://localhost/home/koen/project/wt/git /wt/INSTALL.win32.html
294302 2. http://127.0.0.1:8080/
0 commit comments