- 
                Notifications
    
You must be signed in to change notification settings  - Fork 96
 
Building under Linux
        Jarle Aase edited this page Oct 29, 2017 
        ·
        2 revisions
      
    # Check out the source code
git clone https://github.com/jgaa/restc-cpp.git
cd restc-cpp/
mkdir dbuild
cd dbuild
cmake ..
make
cd ..
# Create Docker containers for testing.
# Uses localhost port 3000 - 3003 for mock services
./create-and-run-containers.sh
# Run unit tests and functional tests
./tests/run-tests.shFollow the general linux instructions above. You can run the command below to install the development packages the library require
sudo apt-get install zlib1g-dev g++ cmake doxygen graphviz libboost-all-dev libssl-dev