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