Changes between Version 28 and Version 29 of Linux build instructions
- Timestamp:
- Jan 7, 2008 8:10:32 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v28 v29 47 47 48 48 * '''lib32stdc++6''' (libstdc++ for i386) 49 50 * '''g++-multilib''' (g++ support for i386) 49 51 50 52 … … 60 62 On 64-bit Debian-based systems, the following command should install the required additional packages: 61 63 {{{ 62 apt-get install ia32-libs libc6-dev-i386 lib32gcc1 gcc- 4.1-multilib \63 lib32stdc++6 64 apt-get install ia32-libs libc6-dev-i386 lib32gcc1 gcc-multilib \ 65 lib32stdc++6 g++-multilib 64 66 }}} 65 67