Skip to content

libmpix/libmpix_example_posix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POSIX libmpix example

An example application that runs on any reasonably POSIX system, such as Linux, BSD, Mac OS, as well as some RTOS.

export LIBMPIX="$PWD/libmpix"

# Clone the library and the example repo
git clone https://github.com/libmpix/libmpix
git clone https://github.com/libmpix/libmpix_example_posix

# Build the project
cd libmpix_example_posix
cmake -B build && cmake --build build

# Run the test binary
build/libmpix_example_posix

About

Example libmpix application on any POSIX system

Resources

Stars

Watchers

Forks