Roel Standaert cc169d9463 Several changes: | před 7 roky | |
---|---|---|
.. | ||
blog | před 8 roky | |
chart3D | před 10 roky | |
charts | před 8 roky | |
codeview | před 11 roky | |
composer | před 10 roky | |
dialog | před 8 roky | |
dragdrop | před 11 roky | |
feature | před 7 roky | |
filedrop | před 8 roky | |
filetreetable | před 11 roky | |
form | před 8 roky | |
gitmodel | před 10 roky | |
hangman | před 9 roky | |
hello | před 10 roky | |
javascript | před 13 roky | |
mandelbrot | před 11 roky | |
mission | před 10 roky | |
onethread | před 10 roky | |
painting | před 12 roky | |
planner | před 11 roky | |
qrlogin | před 10 roky | |
simplechat | před 9 roky | |
style | před 11 roky | |
treelist | před 13 roky | |
treeview | před 8 roky | |
treeview-dragdrop | před 9 roky | |
webgl | před 8 roky | |
widgetgallery | před 8 roky | |
wt-homepage | před 8 roky | |
wtwithqt | před 9 roky | |
CMakeLists.txt | před 8 roky | |
Doxyfile | před 7 roky | |
README.md | před 13 roky | |
run-example.bat.cmake | před 11 roky | |
run-example.cmake | před 11 roky |
The examples that come with the library will by default be linked against the built-in httpd. In any case, we recommend this way of exploring the examples and trying them out, even you'll end up deploying using FastCGI or ISAPI.
You typically need the following commands to run an example (foobar
):
cd foobar # source directory for example foobar
ln -s ../../resources . # include standard Wt resource files
../../build/examples/foobar/foobar.wt --docroot . --http-address 0.0.0.0 --http-port 8080
By running the examples from within their source directory, in this way the examples will find the auxiliary files in the expected places.
Some examples may need additional command line arguments, which are detailed in the README.md for each example.
Some examples need third-party JavaScript libraries (ExtJS or TinyMCE).
You will notice 404 File not Found errors for ext/
or
resources/tiny_mce/
if you are missing these JavaScript libraries.