includeos / diskbuilder

Building disks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diskbuilder

Building disks

Configure Settings

  conan config install https://github.com/includeos/conan_config.git
View remote and profiles installed
  • Remotes:
  conan remote list

You should have these:

  includeos: https://api.bintray.com/conan/includeos/includeos [Verify SSL: True]
  includeos-test: https://api.bintray.com/conan/includeos/test-packages [Verify SSL: True]
  • Profiles:
  conan profile list

Build and run diskbuilder

  mkdir build
  cd build
  conan create .. includeos/stable -pr <profile-name>

About

Building disks


Languages

Language:C++ 89.6%Language:CMake 5.4%Language:Python 5.0%