Reply 600 of 1565, by _Rob
wrote:Maybe you've downloaded the binary instead of the source? […]
Maybe you've downloaded the binary instead of the source?
DOSBox ECE rXXXX (Linux).7z is 32-bit. If your system is 64-bit and you do not want ie install multiarch, download DOSBox ECE rXXXX (Linux source).7z && extract && compile.
./configure && ./autogen.sh && make
You will have the binary in the src directory.
You may also want to strip it, otherwise you end up with quite a large binary.
strip dosbox
Before strip my 64bit binary was 35563992 bytes (33MB), after stripping it, this was reduced to 3959544 bytes (3.8MB).
Strip discards debugging symbols, and unless your a developer your unlikely to need that additional data.