Sign inSign up

twinfan/bionic-lin-compile-env

By twinfan

Updated over 4 years ago

Linux build toolchain based on Ubuntu 18.04

Image
0

2.2K

twinfan/bionic-lin-compile-env repository overview

This image only contains

  • Ubuntu 18.04 as a base image
  • CMake 3.19
  • standard Ubuntu compile toolchain based on gcc 7.5

It is used for my Linux (Bionic) builds of XPMP2 and LiveTraffic, software for the flight simulation platform X-Plane.

Use like

docker run -i --rm -v "/path/to/project:/build" twinfan/bionic-lin-compile-env:latest <platform>

to invoke the included build script, or like

docker run -it --rm -v "/path/to/project:/build" --entrypoint bash twinfan/bionic-lin-compile-env:latest

to invoke an interactive bash.

Tag summary

Content type

Image

Digest

Size

208.5 MB

Last updated

over 5 years ago

docker pull twinfan/bionic-lin-compile-env