Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

vmrunner

Utility for booting IncludeOS binaries

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 vmrunner

  mkdir build
  cd build
  conan create .. includeos/stable -pr <profile-name>
You can’t perform that action at this time.