mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Updated build instructions for Linux (#914)
* Update BUILDING.md updated building to describe for Arch to make the groundwork for making an AUR repo * Update BUILDING.md * Update BUILDING.md * Removed vcpkg removed vcpkg from the Arch command since its not needed --------- Co-authored-by: Hyper <34012267+hyperbx@users.noreply.github.com>
This commit is contained in:
parent
6ef7789b17
commit
1c225184a1
1 changed files with 6 additions and 1 deletions
|
@ -37,10 +37,15 @@ In the installer, you must select the following **Workloads** and **Individual c
|
|||
- C++ CMake tools for Windows
|
||||
|
||||
### Linux
|
||||
The following command will install the required dependencies on a distro that uses `apt` (such as Ubuntu), but you can find the equivalent packages for your preferred distro.
|
||||
The following command will install the required dependencies on a distro that uses `apt` (such as Debian-based distros).
|
||||
```bash
|
||||
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 distros).
|
||||
```bash
|
||||
sudo pacman -S base-devel ninja lld clang gtk3
|
||||
```
|
||||
You can also find the equivalent packages for your preferred distro.
|
||||
|
||||
> [!NOTE]
|
||||
> This list may not be comprehensive for your particular distro and you may be required to install additional packages, should an error occur during configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue