|
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
cmake | %!s(int64=8) %!d(string=hai) anos | |
doc | %!s(int64=8) %!d(string=hai) anos | |
examples | %!s(int64=8) %!d(string=hai) anos | |
resources | %!s(int64=8) %!d(string=hai) anos | |
selenium | %!s(int64=11) %!d(string=hai) anos | |
src | %!s(int64=8) %!d(string=hai) anos | |
target | %!s(int64=13) %!d(string=hai) anos | |
test | %!s(int64=8) %!d(string=hai) anos | |
.gitignore | %!s(int64=10) %!d(string=hai) anos | |
CMakeLists.txt | %!s(int64=8) %!d(string=hai) anos | |
Changelog | %!s(int64=10) %!d(string=hai) anos | |
Doxyfile | %!s(int64=8) %!d(string=hai) anos | |
INSTALL | %!s(int64=8) %!d(string=hai) anos | |
INSTALL.html | %!s(int64=8) %!d(string=hai) anos | |
INSTALL.win32.html | %!s(int64=8) %!d(string=hai) anos | |
LICENSE | %!s(int64=16) %!d(string=hai) anos | |
README.md | %!s(int64=11) %!d(string=hai) anos | |
ReleaseNotes.html | %!s(int64=8) %!d(string=hai) anos | |
WConfig.h.in | %!s(int64=10) %!d(string=hai) anos | |
WtInstall.cmake | %!s(int64=16) %!d(string=hai) anos | |
wt_config.xml.in | %!s(int64=8) %!d(string=hai) anos |
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.