Cleanup Linux build instructions

- The no-avcodec build option no longer exists
- Mention make install
- Mention RPM build option
This commit is contained in:
rderooy
2020-06-24 16:13:50 +02:00
parent 376a6c333f
commit 5f45633bf9

View File

@@ -58,11 +58,11 @@ How to compile the source code
General Linux compile (FFMPEG/libav support required)
./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
----------------------------------