Skip to content

cloudius-systems/capstan-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capstan Example

This is a "hello world" C++ application that shows how to use Capstan to package and run native applications on OSv.

Prerequisites

You need to have Capstan installed on your computer.

Usage

To build and launch the example application under QEMU, type:

$ capstan run

This makes Capstan automatically pull a base image, invoke make to build the software, build an image, and finally launch the application under QEMU.

The run command will never overwrite the created image. If you make changes to the application, you need rebuild the image with:

$ capstan build

You can also launch the example application under VirtualBox with:

$ capstan run -p vbox

About

Capstan example project for native Linux applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages