Skip to content

Commit 0da0b42

Browse files
victoryforceTurboGit
authored andcommitted
Remove section on dealing with missing build dependencies
1 parent c2be549 commit 0da0b42

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -239,19 +239,6 @@ sudo rm /etc/apt/sources.list.d/darktable-sources-tmp.list
239239
sudo apt-get build-dep darktable
240240
```
241241

242-
#### Install missing dependencies
243-
244-
If mandatory dependencies are missing on your system, the software build will fail with
245-
errors like `Package XXX has not been found` or `Command YYY has no provider on this system`.
246-
If you see one of these errors you should find out which package provides the missing package/command in your distribution,
247-
then install it. This can usually be done in your package manager (not the application manager
248-
customarily provided by default in your distribution) or from the internet with a search engine.
249-
You may need to install a package manager first (like APT on Debian/Ubuntu, or DNF on Fedora/RHEL).
250-
251-
This process might be tedious but you only need to do it once. See
252-
[this page on building darktable](https://github.com/darktable-org/darktable/wiki/Building-darktable)
253-
for one-line commands that will install most dependencies on the most common Linux distributions.
254-
255242
### Get the source
256243

257244
#### Master branch (unstable)

0 commit comments

Comments
 (0)