ome / zeroc-ice-py-ubuntu1404

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu 14.04 Zeroc Ice Python Builder

Builds Zeroc Ice wheel for Ubuntu 14.04.

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.

About


Languages

Language:Dockerfile 79.2%Language:Shell 20.8%