Re: [Pharo-dev] Using Pharo with Debian 8 64 bits

2015-10-07 Thread Sven Van Caekenberghe

> On 07 Oct 2015, at 10:36, olivier auverlot  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-support-on-64bit.sh

but that is only for headless servers.





[Pharo-dev] Using Pharo with Debian 8 64 bits

2015-10-07 Thread olivier auverlot
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