Roel Standaert cc169d9463 Several changes: | před 7 roky | |
---|---|---|
cmake | před 7 roky | |
doc | před 7 roky | |
examples | před 7 roky | |
resources | před 7 roky | |
selenium | před 11 roky | |
src | před 7 roky | |
target | před 13 roky | |
test | před 7 roky | |
.gitignore | před 10 roky | |
CMakeLists.txt | před 8 roky | |
Changelog | před 10 roky | |
Doxyfile | před 7 roky | |
INSTALL | před 8 roky | |
INSTALL.html | před 8 roky | |
INSTALL.win32.html | před 8 roky | |
LICENSE | před 16 roky | |
README.md | před 10 roky | |
ReleaseNotes.html | před 8 roky | |
WConfig.h.in | před 10 roky | |
WtInstall.cmake | před 16 roky | |
wt_config.xml.in | před 8 roky |
Wt is a C++ library for developing web applications. It consists of:
It also contains a C++ ORM, which can be used in a web application (obviously), but can also be used on its own:
For more information, see the homepage.
To build Wt from source you will need at least CMake (>= 2.4), and boost (version >= 1.41).
Optionally, you may want to add:
For the FastCGI connector, you also need:
Generic instructions for Unix-like platforms or Windows platforms.
Bugs can be reported here http://redmine.webtoolkit.eu/projects/wt/issues/new
The homepage, itself a Wt application, contains also various examples.