Changes between Version 91 and Version 92 of Linux build instructions
- Timestamp:
- Jan 4, 2017 1:36:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v91 v92 96 96 }}} 97 97 98 On Arch Linux, try the following: 99 {{{ 100 # 32-bit: 101 pacman -S --needed base-devel wget yasm nasm libidl2 linux-headers texlive-most \ 102 sdl sdl_ttf qt5 103 # 64-bit: 104 pacman -S --needed binutils bison flex pkg-config multilib-devel wget yasm nasm \ 105 libidl2 linux-headers texlive-most sdl sdl_ttf \ 106 lib32-glibc lib32-libstdc++5 lib32-gcc-libs gcc-multilib qt5 107 }}} 108 98 109 Note that !VirtualBox makes use of YASM as its assembler which is part of the source repository as the currently available releases of YASM contain various bugs. As soon as a working release becomes officially available, we will add YASM to the list of prerequisites. 99 110