I'm using WSL2 (Debian) on Windows 10.
How can I install and use Wt library?
When I try to use the recommended command on the Wt website
$ sudo apt-get install witty witty-dev witty-doc witty-dbg witty-examples
I get this:
E: Unable to locate package witty
E: Unable to locate package witty-dev
E: Unable to locate package witty-doc
E: Unable to locate package witty-dbg
E: Unable to locate package witty-examples
Downloads
Required Packages
Install Boost Library
The header files and the libraries are in
/usr/local/include/boostand/usr/local/lib, respectively.Install Wt Library
Try It
(examples required)
Open the browser and browse to http://127.0.0.1:8080/ .