small correction

This commit is contained in:
Robert 2020-09-30 13:56:30 +02:00 committed by GitHub
parent 8ffefdea37
commit 1da62c64a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: