Hi, I just tried to use Pharo 4 in graphical mode with Debian Jessy 64 bits. The last version of this Linux distribution needs some operations to running Pharo. I think that could be interesting to share my configuration work. - unzip the Pharo4 archive, - sudo dpkg --add-architecture i386 - sudo apt-get update - sudo apt-get install ia32-libs and now, the voodoo operations :-) - apt-get install libx11-6:386 - apt-get install libgl1-mesa-glx:i386 - apt-get install libfontconfig1:i386 Hope that's can help someone. Best regards Olivier
On 07 Oct 2015, at 10:36, olivier auverlot <olivier.auverlot@gmail.com> wrote:
Hi,
I just tried to use Pharo 4 in graphical mode with Debian Jessy 64 bits. The last version of this Linux distribution needs some operations to running Pharo. I think that could be interesting to share my configuration work.
- unzip the Pharo4 archive,
- sudo dpkg --add-architecture i386 - sudo apt-get update - sudo apt-get install ia32-libs
and now, the voodoo operations :-)
- apt-get install libx11-6:386 - apt-get install libgl1-mesa-glx:i386 - apt-get install libfontconfig1:i386
Hope that's can help someone.
Best regards Olivier
This is what I do: https://github.com/svenvc/pharo-server-tools/blob/master/ubuntu-32bit-suppor... but that is only for headless servers.
participants (2)
-
olivier auverlot -
Sven Van Caekenberghe