https://github.com/includeos/diskbuilder
Building disks
https://github.com/includeos/diskbuilder
conan
Last synced: 5 months ago
JSON representation
Building disks
- Host: GitHub
- URL: https://github.com/includeos/diskbuilder
- Owner: includeos
- Created: 2019-03-12T13:58:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T07:02:15.000Z (almost 7 years ago)
- Last Synced: 2025-05-07T20:38:38.753Z (9 months ago)
- Topics: conan
- Language: C++
- Size: 48.8 KB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```