# clone
git clone https://github.com/sunnyh1220/pistache.git
cd pistache
git submodule update --init
# build
mkdir build
cd build # ${workspaceFolder}/build
# Note
# check gcc version
gcc -v && g++ -v
# change gcc version refer : https://www.cnblogs.com/jixiaohua/p/11732225.html
scl enable devtoolset-9 bash # change gcc version to 9.x
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DPISTACHE_BUILD_EXAMPLES=true ../
make -j
make install
# run
cd examples # ${workspaceFolder}/build/examples
nohup ./run_rest_server > logs.file 2>&1 & # ${workspaceFolder}/build/examples/run_rest_server
forked from pistacheio/pistache
-
Notifications
You must be signed in to change notification settings - Fork 0
A high-performance REST Toolkit written in C++
License
sunnyh1220/pistache
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A high-performance REST Toolkit written in C++
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 95.1%
- CMake 2.9%
- Other 2.0%