An open API service indexing awesome lists of open source software.

https://github.com/includeos/diskbuilder

Building disks
https://github.com/includeos/diskbuilder

conan

Last synced: 5 months ago
JSON representation

Building disks

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
```