Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2021-01-25 15:26:02 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-01-25 15:26:02 +0300
commit97b96d7852251bc9da1647e19812b5791954ba65 (patch)
treed6267f8a458df54478e459adef4b336b0ff5236e /README.md
parentf8fbc9f7456a8a576b6aac0a8459cce1d295121e (diff)
List ccache tool with other dependencies
It's not strictly a dependency, but always recommended for the development and packagers should be smart enough to know it's not absolutely necessary.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index a3c31b6e4..d21ed4765 100644
--- a/README.md
+++ b/README.md
@@ -115,25 +115,25 @@ Install build dependencies appropriate for your OS:
``` shell
# Fedora
-sudo dnf install gcc-c++ meson alsa-lib-devel libpng-devel SDL2-devel \
- SDL2_net-devel opusfile-devel fluidsynth-devel
+sudo dnf install ccache gcc-c++ meson alsa-lib-devel libpng-devel \
+ SDL2-devel SDL2_net-devel opusfile-devel fluidsynth-devel
```
``` shell
# Debian, Ubuntu
-sudo apt install build-essential meson libasound2-dev libpng-dev \
+sudo apt install ccache build-essential meson libasound2-dev libpng-dev \
libsdl2-dev libsdl2-net-dev libopusfile-dev libfluidsynth-dev
```
``` shell
# Arch, Manjaro
-sudo pacman -S gcc meson alsa-lib libpng sdl2 sdl2_net opusfile fluidsynth
+sudo pacman -S ccache gcc meson alsa-lib libpng sdl2 sdl2_net opusfile fluidsynth
```
``` shell
# macOS
xcode-select --install
-brew install meson libpng sdl2 sdl2_net opusfile fluid-synth
+brew install ccache meson libpng sdl2 sdl2_net opusfile fluid-synth
```
Instructions for creating a release build: