Roel Standaert cc169d9463 Several changes: | 7 éve | |
---|---|---|
cmake | 7 éve | |
doc | 7 éve | |
examples | 7 éve | |
resources | 7 éve | |
selenium | 11 éve | |
src | 7 éve | |
target | 13 éve | |
test | 7 éve | |
.gitignore | 10 éve | |
CMakeLists.txt | 8 éve | |
Changelog | 10 éve | |
Doxyfile | 7 éve | |
INSTALL | 8 éve | |
INSTALL.html | 8 éve | |
INSTALL.win32.html | 8 éve | |
LICENSE | 16 éve | |
README.md | 10 éve | |
ReleaseNotes.html | 8 éve | |
WConfig.h.in | 10 éve | |
WtInstall.cmake | 16 éve | |
wt_config.xml.in | 8 éve |
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.