From 94642fc1ab294ddb069f1092766547facbdddef9 Mon Sep 17 00:00:00 2001 From: taiyeba Date: Tue, 26 Mar 2019 10:40:21 +0100 Subject: [PATCH] README: update with build instructions --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 5e4019d..93394e7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ # 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 + +```bash + mkdir build + cd build + conan create .. includeos/stable -pr +```