Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cppan/examples

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Examples

A set of examples that use different widely used libraries (boost, protobuf, thrift etc.)

Building

Supported OS: Windows, Linux.

Windows

Prerequisites:

  1. Download git, cmake and add them to PATH
  2. Download the latest CPPAN (https://cppan.org/) client from https://cppan.org/client/
  3. Add cppan to PATH too.
  4. Enter any example dir you like.
cppan
mkdir build && cd build
cmake ..
cmake --build . --config Release

Linux

Prerequisites:

  1. Install git, cmake, the latest CPPAN (https://cppan.org/) client from https://cppan.org/client/ (.deb or .rpm client for your system, gcc-5 ABI is required).
  2. Enter any example dir you like.
  3. Run:
cppan
mkdir build && cd build
cmake ..
make -j4

About

A set of examples that use different popular C++ libraries (boost, protobuf, thrift etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.