Skip to content

Simple Hello World C application built with Buildstream over CMake

Notifications You must be signed in to change notification settings

edbaunton/hello-buildstream-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-buildstream-cmake

Simple Hello World C application built with Buildstream over CMake

How to Build

For the easiest build (from a Macbook here), first you will need to clone or copy bst-here from BuildStream.

Once you have bst-here which is a script to drop you inside a Docker container, you run the following:

$ /path/to/bst-here
# Build the project
$ bst build cmake.bst
# ... let it build ...
# Drop into a shell that contains the build artifacts
bst shell cmake.bst
# Run our binary
$ ./usr/bin/hello
Hello, world

About

Simple Hello World C application built with Buildstream over CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published