An open API service indexing awesome lists of open source software.

https://github.com/ome/zeroc-ice-py-debian9

Debian 9 ZeroC Ice Builder
https://github.com/ome/zeroc-ice-py-debian9

Last synced: 4 months ago
JSON representation

Debian 9 ZeroC Ice Builder

Awesome Lists containing this project

README

          

Ubuntu Debian 9 Zeroc Ice Python 3 Builder
==========================================

[![Actions Status](https://github.com/ome/zeroc-ice-py-debian9/workflows/Build/badge.svg)](https://github.com/ome/zeroc-ice-py-debian9/actions)

Builds Zeroc Ice wheel for Debian 9.

This can be used to create installable binary packages as an alternative to compiling from source using pip.

docker build -t builder .
docker run --rm -v $PWD/dist:/dist builder

To build a different version of IcePy:

docker run --rm -v $PWD/dist:/dist builder VERSION

Packages will be copied to `$PWD/dist`.