Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 534 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 534 Bytes

fspp

Every command should be run in git source folder.

Build docker image with necessary build tools:

docker image build -t fspp_build .

Run library build (will create a build/ folder and produce simple deb package there):

docker run --mount src="$(pwd)",target=/src,type=bind fspp_build

Build docker image for simple example app (will use deb package produced earlier):

docker image build -t fspp_app -f src/python/Dockerfile .

Run app:

docker run --rm --net=host fspp_app