This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update software packages | |
sudo apt-get update | |
# Download packages: git + gcc | |
sudo apt-get -y install git g++ make cmake | |
# Download common packages: jpeg + zlib + python-pip | |
sudo apt-get -y install libjpeg8-dev libpng-dev zlib1g-dev python-pip | |
# Download software: ImageMagick |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update software packages | |
sudo apt-get update | |
# Install LXDE desktop | |
sudo apt-get -y install lxde | |
# Start desktop service | |
sudo start lxdm | |
# Install Remote Desktop |
NewerOlder