mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
Cleanup Linux build instructions
- The no-avcodec build option no longer exists - Mention make install - Mention RPM build option
This commit is contained in:
@@ -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
|
||||
----------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user