mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Merge pull request #1690 from rderooy/master
Cleanup Linux build instructions
This commit is contained in:
@@ -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
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user