GNUstepAppIcon
space

PikoPixel Install Script for Debian-based Distros


space

Debian 9+, Raspbian Stretch+, Ubuntu 16.10+



sudo apt-get update
sudo apt-get install -y wget build-essential libgnustep-gui-dev gnustep-examples
wget https://twilightedge.com/downloads/PikoPixel.Sources.1.0-b10b.tar.gz
tar -xzvf PikoPixel.Sources.1.0-b10b.tar.gz
cd PikoPixel.Sources.1.0-b10b/PikoPixel
. /usr/lib/GNUstep/Makefiles/GNUstep.sh
make -j4 && sudo -E make install
sudo desktop-file-install --rebuild-mime-info-cache PikoPixel.app/Resources/PikoPixel.desktop
cd ../..


<< Return to PikoPixel main page