___ ___ ___ _ _ ___ ___ _ ___ ___ _______ / _ \| _ \ __| \| / __| _ \/_\ / __| __|__ / \ | (_) | _/ _|| .` \__ \ _/ _ \ (__| _| |_ \ |) | \___/|_| |___|_|\_|___/_|/_/ \_\___|___|___/___/ ################################################## ############ Application Description ############# >>>>>>> @APP_DISPLAY_NAME@ <<<<<<< Executable name : @APP_NAME@ Version : @APP_VERSION@ Author : @APP_AUTHOR@ Website : @APP_URL@ @APP_DESCRIPTION@ ################################################## ######## Install your app on Linux / Debian ######## Copy this folder on your user home ("/home/username") You can use an usb key or a network share for example. In a console, go to your OpenSpace3D app directory > Ex: cd /home/username/@APP_DIR@ type the command > sudo sh make_package.sh This script will generate and install a Debian package file (.deb) that you can distribute. If you have already installed your app on the system, remove it first. To remove the package use the command : sudo dpkg --remove --purge @APP_NAME@ When you distribute the @APP_NAME@.deb package, to install it on the system use the command sudo dpkg -i @APP_NAME@.deb Once the package installed you can remove the /home/username/@APP_DIR@ directory as you wish. start your application using the "@APP_NAME@" command ##################################################