Make sure all the dependencies are available as Debian packages, in particular
the libpappsomspp libs.

cd /all-inst-packages/
wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
chmod +x appimage-builder-x86_64.AppImage

cd ~/devel/minexpert2/build-area/unix/

cmake ../../development -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_USER_MANUAL=1 -DLOCAL_DEV=0 -DMAKE_TESTS=0 -DWARN_AS_ERROR=0 && make -j20

mkdir AppDir

make install DESTDIR=AppDir

/all-inst-packages/appimage-builder-x86_64.AppImage --generate

mv AppImageBuilder.yml mineXpert2-appimage-recipe.yml

vim mineXpert2-appimage-recipe.yml to remove a bunch of sourceline lines that
point to undesired repositories (Signal, NordVpn...).

/all-inst-packages/appimage-builder-x86_64.AppImage --recipe mineXpert2-appimage-recipe.yml




