Browse Source

Fixed typos.

tags/24.12
rl2939 GitHub 7 months ago
parent
commit
4b4b028dce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/BUILDING.md

+ 3
- 3
docs/BUILDING.md View File

@@ -77,7 +77,7 @@ Dependencies for vendored libraries:
```
# common
sudo pacman -S cmake dbus file fftw libgl liblo libsndfile libx11 libxcursor libxext libxrandr python3
# nedeed by vendored libraries
# needeed by vendored libraries
sudo pacman -S wget
```

@@ -97,7 +97,7 @@ Dependencies for vendored libraries:
```
# common
sudo apt install cmake libdbus-1-dev libgl1-mesa-dev liblo-dev libfftw3-dev libmagic-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3
# nedeed by vendored libraries
# needeed by vendored libraries
sudo apt install wget
```

@@ -117,7 +117,7 @@ Dependencies for vendored libraries:
```
# common
sudo dnf install cmake dbus file fftw mesa-libGL liblo libsndfile libX11 libXcursor libXext libXrandr python3
# nedeed by vendored libraries
# needeed by vendored libraries
sudo dnf install wget
```



Loading…
Cancel
Save