Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.01 KB

#cinatra Build Status Coverage Status a sinatra inspired modern c++ web framework

#Build on linux

First: Boost library

#####Debian/Ubuntu:

sudo apt-get install libboost-dev
sudo apt-get install libboost-system-dev libboost-coroutine-dev libboost-thread-dev

ArchLinux

sudo pacman -S boost

Then: Make binary

git clone https://github.com/topcpporg/cinatra.git
cd cinatra
mkdir build
cd build
cmake ..
make
Done!

Used open source library:

examples: https://github.com/topcpporg/cinatra_example

QQ group:340713904