Bug #3035
WTestEnvironment not included in Ubuntu package?
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
04/30/2014
Due date:
% Done:
0%
Estimated time:
Description
I have installed Wt using the Ubuntu package. It appears that WTestEnvironment is not included in such package. No headers and no library. WTestEnvironment is in the source tarball if you compile it from source, but I am unable to find it after installing the ubuntu package with
sudo apt-get install witty witty-dbg witty-dev witty-doc
Am I missing something here? Is this intended?
Thanks!
Updated by Wim Dumon about 9 years ago
From what I read this should be in package libwttest-dev ?
https://packages.debian.org/wheezy/libwttest-dev
Should be installed as part of witty-dev, I think.
BR,
Wim.
Updated by Alberto Corrias about 9 years ago
Wim, thanks for the link.
For some reason, I had to do it manually
sudo apt-get install libwttest-dev
This did install everything related to WTestEnvironment.