#cinatra a sinatra inspired modern c++ web framework
#Build on linux
#####Debian/Ubuntu:
sudo apt-get install libboost-dev
sudo apt-get install libboost-system-dev libboost-coroutine-dev libboost-thread-dev
sudo pacman -S boost
git clone https://github.com/topcpporg/cinatra.git
cd cinatra
mkdir build
cd build
cmake ..
make
chinese wiki:https://github.com/topcpporg/cinatra/wiki
boost: http://www.boost.org/
examples: https://github.com/topcpporg/cinatra_example
QQ group:340713904