Merge pull request #1690 from rderooy/master

Cleanup Linux build instructions
This commit is contained in:
Jonathan Campbell
2020-06-24 13:26:26 -07:00
committed by GitHub

View File

@@ -56,13 +56,13 @@ replace and manage the OS X menu bar.
How to compile the source code How to compile the source code
------------------------------ ------------------------------
General Linux compile (FFMPEG/libav support required) General Linux compile
./build-debug ./build-debug
sudo make install
General Linux compile (SDL2)
General Linux compile if FFMPEG/libav not desired ./build-debug-sdl2
./build-debug-no-avcodec sudo make install
Mac OS X compile Mac OS X compile
./build-macosx ./build-macosx
@@ -112,6 +112,10 @@ sudo apt install automake libncurses-dev nasm libsdl-net1.2-dev libpcap-dev libf
./build ./build
sudo make install sudo make install
To create a DOSBox-X RPM for use in RHEL, CentOS or Fedora
./make-rpm.sh
General description of source code General description of source code
---------------------------------- ----------------------------------