Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.07 KB

DOCKER-README.md

File metadata and controls

26 lines (19 loc) · 1.07 KB

Docker build helper

Following the scripts will create AppImage packaged binary. This then should run on all distributions which are ~same date or more recent then selected build system (e.g. Ubuntu 16.04). So basically, if build with 16.04, then all newer distribution then 2016 should be OK - plus/minus.

At least in theory :)

Note: the following build should work regardless on the distribution you are currently on (and internally will do a build with Ubuntu (even if you are on Fedora or whatever :)).

So on whatever distribution you are on, the build will use Ubuntu (Xenial or Trusty) and the binary should work on your system (as all dependencies are included in the resulting binary).

Of course supposed you have docker installed..

Ubuntu 16.04 (xenial)

cd $PROJECTDIR
# pass branch name as 1st parameter to script (default: master)
# for script to run, you need to configure docker to run witout sudo (or adapt the script)
./development/build-with-docker.sh develop