- Install Basic Prerequisites (required)
- Install ssh (recommended)
- X11 Client (recommended)
- GemTools (optional
##Install Basic Prerequisites (required)
The following packages must be installed for GsDevKit and tODE to function:
sudo apt-get -y update
sudo apt-get -y install curl
sudo apt-get -y install git
sudo apt-get -y install unzip
sudo apt-get -y install libpam0g:i386
sudo apt-get -y install libssl1.0.0:386
sudo apt-get -y install libssl1.0.0:i386
sudo apt-get -y install -qq gcc-multilib libstdc++6:i386
sudo ln -s /usr/lib/i386-lin-gnu/libstdc++.so.6 /usr/lib/i386-linux-gnu/libstdc++.so
sudo apt-get -y install gdb
sudo apt-get -y install libfreetype6:i386
sudo apt-get -y install pstack
sudo /bin/su -c "echo 'kernel.yama.ptrace_scope = 0' >>/etc/sysctl.d/10-ptrace.conf"
##Install ssh (recommended) Before installing [ssh][2] on your server, read up on the web about [best practices using ssh][4].
sudo apt-get -y update
sudo apt-get -y install openssh-client
sudo apt-get -y install openssh-server
##Install X11 Client (recommended)
sudo apt-get -y install libgl1-mesa-dev:i386
sudo apt-get -y install libxcb-dri2-0:i386
##GemTools (optional) Required libraries if using GemTools from http://seaside.gemtalksystems.com/squeak/GemTools-1.0-beta.8.7-310x.zip.
sudo apt-get -y install sane:i386
sudo apt-get -y install libsm6:i386