How to Compile DOSBox on Linux
Install tools & libraries:
sudo apt-get install package_name
subversion (optional)
automake
gcc-multilib (optional, for compiling 32bit on 64bit system) (you'll need to install gcc toolchain, though)
g++-multilib (optional, for compiling 32bit on 64bit system)
libsdl1.2-dev
libsdl-net1.2-dev (optional, enables networking support)
libsdl-sound1.2-dev (optional, enables compressed audio support)
libvorbis-dev (optional, compressed audio support)
libogg-dev (optional, compressed audio support)
libpng12-dev (enables screenshot & video capturing support)
freeglut3-dev (enables OpenGL output)
libX11-dev
Download DOSBox source using SVN:
svn co svn://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk dosbox_src
Compile:
./autogen.sh
./configure "LDFLAGS= -s" --prefix="install_path_here"
make
make install
Other Videos By zirkoni
2017-03-26 | DOS Game: Gods |
2017-01-15 | DOS Game: The City of Lost Children |
2016-10-16 | DOS Game: WWII GI - Platoon Leader |
2016-10-09 | DOS Game: Tetripz |
2016-09-25 | DOS Game: Cybersphere Plus |
2016-09-25 | DOS Game: Cybersphere |
2016-09-24 | 32bit DOSBox vs 64bit DOSBox on Linux |
2016-09-17 | DOS Game: Sensible World of Soccer - European Championship Edition |
2016-07-02 | DOS Game: Sensible World of Soccer '96/'97 |
2016-06-04 | How to Compile DOSBox on Windows With Visual Studio 2015 |
2016-06-03 | How to Compile DOSBox on Linux |
2016-05-08 | DOS Game: Sensible World of Soccer |
2016-05-05 | DOS Game: International Sensible Soccer |
2016-05-03 | DOS Game: Sensible Soccer - European Champions 92/93 Edition |
2016-04-10 | DOS Source Port: Q2DOS - Quake 2 in DOSBox |
2016-04-03 | DOS Game: Battle Arena Toshinden |
2016-03-06 | DOS Game: Galactic Warrior Rats |
2016-02-26 | DOS Game: The Original Mulan |
2016-02-22 | DOS Game: Fatal Racing (Glide) |
2016-02-20 | DOS Game: The Elder Scrolls Adventures - Redguard |
2016-02-13 | DOS Game: An Elder Scrolls Legend - Battlespire |