mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
Update BUILDING.md
This commit is contained in:
parent
6eb466a560
commit
13a85a62f3
1 changed files with 2 additions and 2 deletions
|
|
@ -37,11 +37,11 @@ In the installer, you must select the following **Workloads** and **Individual c
|
||||||
- C++ CMake tools for Windows
|
- C++ CMake tools for Windows
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
The following command will install the required dependencies on a distro that uses `apt` (such as Debian-based ditros).
|
The following command will install the required dependencies on a distro that uses `apt` (such as Debian-based distros).
|
||||||
```bash
|
```bash
|
||||||
sudo apt install autoconf automake libtool pkg-config curl cmake ninja-build clang clang-tools libgtk-3-dev
|
sudo apt install autoconf automake libtool pkg-config curl cmake ninja-build clang clang-tools libgtk-3-dev
|
||||||
```
|
```
|
||||||
The following command will install the required dependencies on a distro that uses `pacman` (such as Arch-based ditros).
|
The following command will install the required dependencies on a distro that uses `pacman` (such as Arch-based distros).
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S base-devel ninja lld clang gtk3 vcpkg
|
sudo pacman -S base-devel ninja lld clang gtk3 vcpkg
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue