Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 871 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 871 Bytes

#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!

QQ group:340713904