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
------------------------------
General Linux compile (FFMPEG/libav support required)
General Linux compile
./build-debug
sudo make install
General Linux compile if FFMPEG/libav not desired
./build-debug-no-avcodec
General Linux compile (SDL2)
./build-debug-sdl2
sudo make install
Mac OS X compile
./build-macosx
@@ -112,6 +112,10 @@ sudo apt install automake libncurses-dev nasm libsdl-net1.2-dev libpcap-dev libf
./build
sudo make install
To create a DOSBox-X RPM for use in RHEL, CentOS or Fedora
./make-rpm.sh
General description of source code
----------------------------------