2016-02-23 13:35 GMT+01:00 Peter Uhnák <[email protected]>: > Hi, > > is it possible to have fully self-contained Linux VM? > > Right now if you want to use Pharo on Linux you have to install some > libraries directly in the system, which isn't particularly user-friendly. > > I know that for example libcairo (needed by Roassal) has hard-coded > library paths, but maybe this can be changed so the library can be in the > zip. > > Could something like that be done also for the remaining lib32 libraries > required to run the VM? > > Even if it had to be a special bundle for each linux distribution. >
If you have a 64Bit linux, you may to have include *a lot* of extra libraries. libcairo (for 32Bit) alone is not enough. You need all the other 32Bit libraries, cairo depends on. > > Thanks, > Peter >
