mnordsletten / demo-examples

IncludeOS demonstration examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-examples

IncludeOS demonstration example

Dependencies

  • conan
  • cmake
  • git
  • clang-6.0

Make sure you have the right conan settings

Install profiles conan config install https://github.com/includeos/conan_config.git.

building and running a single example

cd <example>
mkdir build
cd build
conan install .. -pr clang-6.0-linux-x86_64
cmake ..
cmake --build .
source activate.sh
boot (service_name)
source deactivate.sh

Building all the examples

Create a build folder and do

export CC=clang
export CXX=clang
mkdir build_all
cd build_all
cmake <path_to_repo> -DCONAN_PROFILE=clang-6.0-linux-x86_64 -DPROTOBUF=ON

About

IncludeOS demonstration examples


Languages

Language:C++ 74.7%Language:HTML 8.5%Language:CMake 8.1%Language:JavaScript 4.1%Language:Python 2.6%Language:Shell 0.9%Language:CSS 0.6%Language:C 0.5%