ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

include libstdc++ and libgcc_s in AppImage #167

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Purpose and motivation

Work-in-progress on #124.

Implementation

Adopts the AppRun script from https://github.com/darealshinji/AppImageKit-checkrt/blob/master/AppRun.sh. Configures Travis to copy the needed libraries into install-ext/lib, which now serves as a signal to the CMake install code to copy them into the /usr/optional directory inside of the AppDir.

Types of changes

Status