Skip to content

Commit ef61080

Browse files
authored
Merge pull request #2 from staiyeba/master
README: update with build instructions
2 parents 60795ea + 94642fc commit ef61080

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
11
# diskbuilder
22
Building disks
3+
4+
### Configure Settings
5+
6+
```
7+
conan config install https://github.com/includeos/conan_config.git
8+
```
9+
10+
##### View remote and profiles installed
11+
12+
* Remotes:
13+
```
14+
conan remote list
15+
```
16+
You should have these:
17+
18+
```
19+
includeos: https://api.bintray.com/conan/includeos/includeos [Verify SSL: True]
20+
includeos-test: https://api.bintray.com/conan/includeos/test-packages [Verify SSL: True]
21+
```
22+
23+
* Profiles:
24+
25+
```
26+
conan profile list
27+
```
28+
29+
30+
### Build and run diskbuilder
31+
32+
```bash
33+
mkdir build
34+
cd build
35+
conan create .. includeos/stable -pr <profile-name>
36+
```

0 commit comments

Comments
 (0)