Skip to content

hide1202/cpprest-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

C++ REST SDK Server Sample

C++ Rest API Server Sample using C++ Rest SDK.

Windows

IDE : Microsoft Visual studio 2013

OS X

IDE : XCode need to link local boost library in XCode

How to install OS X Boost Library

  1. install brew : input to terminal
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. install boost : input to terminal
brew install boost
  1. link boost library in xcode : default path is
// header path
/usr/local/Cellar/boost/$(version)/include
// library path
/usr/local/Cellar/boost/$(version)/lib

About

C++ Rest API Server Sample using C++ Rest SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published