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-21 15:44:19 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-01-21 16:23:20 +0300
commitff2df2b6416dd1a12e6659fb4724bcdef1168cb0 (patch)
treeb76addff692942f1d99c9bf55a09143945e21197 /CONTRIBUTING.md
parent403616a0095fc3b964b88c0a9d16c4fbac7ef0d8 (diff)
Detect ALSA dependency using meson
Advanced Linux Sound Architecture library is, as the name suggests, Linux-only dependency. Users of other OSes are extremely unlikely to want this feature enabled. We want it mandatory for Linux and not even an option anywhere else. This way FreeBSD or Haiku packagers won't need to explicitly disable the feature. This was the last dependency with pointless description in the INSTALL file; this file is now removed.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f64da7050..68b0ed94e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,9 +71,9 @@ discuss it with us early, e.g. by creating a new bugtracker issue.
# Build dosbox-staging
-Install dependencies listed in [README.md][readme-b]; take a moment to read
-[INSTALL][install] file as well. You can also learn longer list of dependencies
-for other build systems by running script `./scripts/list-build-dependencies.sh`.
+Install dependencies listed in [README.md][readme-b]. You can also learn
+longer list of dependencies for other build systems by running script
+`./scripts/list-build-dependencies.sh`.
Detailed build instructions are in [BUILD.md][build-doc] file.
@@ -99,7 +99,6 @@ Command `meson configure` summarizes all configuration options you can pass to
`meson setup` (or describe how build directory is currently configured).
[readme-b]: https://github.com/dosbox-staging/dosbox-staging#build-instructions
-[install]: https://github.com/dosbox-staging/dosbox-staging/blob/master/INSTALL
[build-doc]: https://github.com/dosbox-staging/dosbox-staging/blob/master/BUILD.md
# Contributing code