Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 480 Bytes

LibOQS Debian files

This repository contains the files for generating Debian distribution packages for the liboqs library

Build

The Docker image in this repository builds the liboqs package. E.g.

$ docker build . -t liboqs_build

This Docker container expects the following volume:

  • /output/: where the resulting Debian package will be placed
$ docker run -v `pwd`/output:/output liboqs_build