"README.md" did not exist on "d08bf04c2bd410c3caf3db28b99d1e452d131ecd"
Newer
Older
rm -rf AppDir && cp -r ../AppDirTemplate AppDir && cmake .. -DCMAKE_INSTALL_PREFIX=/usr && make -j && make install DESTDIR=AppDir && linuxdeploy --appdir AppDir -d AppDir/macaon.desktop -i AppDir/macaon.svg --output appimage -l $(ldd AppDir/usr/bin/macaon | grep "stdc++" | awk '{print $3}')