Changes between Version 5 and Version 6 of Download


Ignore:
Timestamp:
Jun 15, 2016, 5:14:11 PM (8 years ago)
Author:
jan vrany
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v5 v6  
    3333
    3434== Installation instructions ==
    35   1. Read Section '''Requirements''' below, especially if you run 64bit Linux!
    3635  1. Download latest Smalltalk/X archive for your platform:
    3736  1. Uncompress downloaded archive to {{{whatever/directory/you/want}}}. It will create directory {{{whatever/directory/you/want/smalltalkx-jv-branch-6.2.3b_<date>_<platform id>_x86}}},  {{{<platform id>}}} is either {{{win32}}} or {{{linux-gnu}}}.
     
    121120 * Linux Mint 12 / Linux Mint 13
    122121
    123 ==== Debian 7 / 8 and Ubuntu 14.04 LTS ====
    124 
    125 You may need to install some 32bit libraries in order to run Smalltak/X
    126 
    127122{{{
    128 sudo apt-get install libx11-6:i386 libxext6:i386 libxinerama1:i386 libxft2:i386 libodbc1:i386 odbcinst:i386
    129 }}}
    130 
    131 ==== Older Debian and Ubuntu ====
    132 
    133 On older Debian and Ubuntu boxes (before introduction of multiarch), you may need to
    134 install ''ia32-libs'' package, i.e.:
    135 
    136 {{{
    137 apt-get install ia32-libs
    138 }}}
    139 
    140 or
    141 
    142 {{{
    143 apt-get install ia32-libs-multiarch
     123#!div class="note"
     124If you want to run 32bit build od Smalltalk/X on 64bit Linux, you may need to install 32bit libraries.
    144125}}}
    145126