Saturday, February 22, 2014

How to install Wt framework on Debian wheezy?

Steps to install stable version of Wt framework on Debian wheezy:

0. Update your Debian wheezy:
#>sudo apt-get update

1. Install stable Debian boost version: 
#>sudo apt-get install libboost-all-dev

2. Install witty packages: 
#>sudo apt-get install witty witty-dbg witty-doc witty-dev witty-examples

3. [Optional] If you want to use Wt with fastcgi:
#>sudo apt-get install libwtfcgi-dev

That is all.
How to check if witty is installed correctly you can read here.

No comments:

Post a Comment