[Glass] GsDevKit and Ubuntu 14.04 desktop

Dale Henrichs via Glass glass at lists.gemtalksystems.com
Tue Sep 9 17:09:44 PDT 2014


For ubuntu 14.04, I ended up using virtualbox and an
ubuntu_14.04.1-desktop-amd64 vm. I installed the following packages (no
need to install 64-bit X libraries, since I was using a desktop
distribution):

sudo apt-get install git
sudo apt-get install curl
sudo apt-get -y install libpam0g:i386
sudo apt-get libssl1.0.0:386
sudo apt-get libssl1.0.0:i386
sudo apt-get 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 install libx11-6:i386
sudo apt-get install libgl1-mesa-dev:i386
sudo apt-get install libxcb-dri2-0:i386

Then did the following:

git clone https://github.com/GsDevKit/gsDevKitHome.git
cd gsDevKitHome
git checkout -b  12.04
export GS_HOME=`pwd`
export PATH=$GS_HOME/bin:$PATH
installServer devKit 3.2.2

and the pharo-ui came up and i was able to log into the devKit stone ....

Except for curl, libssl1.0.0 and the x servers, the list of packages
installed is the same between 12.04 and 14.04...

Dale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140909/21d516f9/attachment.html>


More information about the Glass mailing list