mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
small correction
This commit is contained in:
parent
8ffefdea37
commit
1da62c64a9
@ -94,7 +94,7 @@ XCode (on macOS, from the Terminal) to target macOS
|
||||
|
||||
## To compile DOSBox-X in Ubuntu (added by kapper1224):
|
||||
|
||||
sudo apt install automake libncurses-dev nasm libsdl-net1.2-dev ncurses-devel libpcap-dev libfluidsynth-devffmpeg libavdevice58 libavformat-* libswscale-* libavcodec-*
|
||||
sudo apt install automake libncurses-dev nasm libsdl-net1.2-dev libpcap-dev libfluidsynth-devffmpeg libavdevice58 libavformat-* libswscale-* libavcodec-*
|
||||
./build
|
||||
sudo make install
|
||||
|
||||
@ -103,7 +103,7 @@ sudo make install
|
||||
First install the development tools, headers and libraries needed
|
||||
|
||||
sudo dnf group install "C Development Tools and Libraries"
|
||||
sudo dnf install SDL_net-devel SDL2_net-devel libxkbfile-devel libpcap-devel libpng-devel fluidsynth-devel freetype-devel nasm
|
||||
sudo dnf install SDL_net-devel SDL2_net-devel libxkbfile-devel ncurses-devel libpcap-devel libpng-devel fluidsynth-devel freetype-devel nasm
|
||||
|
||||
If you want to be able to record video, you will also need to install ffmpeg-devel which you can get from the optional rpmfusion-free repository.
|
||||
Then change to the directory where you unpacked the DOSBox-X source code, and run the following commands:
|
||||
|
Loading…
x
Reference in New Issue
Block a user