Skip to content

chdietrich/zeroc-ice-ubuntu2204

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Ubuntu 22.04 Zeroc Ice Builder (unofficial fork!)

Builds Zeroc Ice for Ubuntu 22.04. Ice 3.6 is built from source and a wheel is also created.

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 Ice:

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

Packages will be copied to $PWD/dist.

Installing the binaries

cd /opt
tar -zxf ice-3.6.5-${RELEASE}-ubuntu2204-amd64.tar.gz

These binaries are compiled with a prefix of /opt/ice-3.6.5-${RELEASE}. It may be possible to relocate them but this is untested.

About

Ubuntu 22.04 ZeroC Ice Builder

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 58.4%
  • Dockerfile 41.6%