From 8db89987e81d38a0980584c83ff7f9f6db1a78c2 Mon Sep 17 00:00:00 2001 From: Andrew <14946103+imaandrew@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:15:16 -0400 Subject: [PATCH] Update build instructions --- BUILDING.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 24c6aab7..e6f4c8f2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -4,12 +4,7 @@ For an up-to-date development build of fp without the need to build from source, # Prerequisites If you want to build fp on Windows, you'll have to install the Windows Subsystem for Linux (WSL). Instructions for this can be found: [here](https://docs.microsoft.com/en-us/windows/wsl/install) -fp requires glank's n64 toolchain to compile and build. If you're on a debian-based linux distribution, you can install a prebuilt package of the toolchain by running: - - sudo sh -c '(curl https://practicerom.com/public/packages/debian/pgp.pub || wget -O - https://practicerom.com/public/packages/debian/pgp.pub) | gpg --dearmor -o /usr/share/keyrings/practicerom.gpg && echo deb [signed-by=/usr/share/keyrings/practicerom.gpg] https://practicerom.com/public/packages/debian staging main > /etc/apt/sources.list.d/practicerom.list && apt update' - sudo apt install practicerom-dev - -For those on other operating systems or who want to build from source, follow the instructions on [the n64 repository](https://github.com/glankk/n64) (note that building the toolchain from scratch can take a good amount of time. The prebuilt package is recommended if you're able to use it) +fp requires glank's n64 toolchain to build. There are [pre-built packages](https://github.com/PracticeROM/packages) available or you can build from source by following the instructions in the [toolchain repository](https://github.com/glankk/n64) (note that building the toolchain from scratch can take a good amount of time. The prebuilt package is recommended if you're able to use it) # Building @@ -53,4 +48,4 @@ To inject into the Wii U VC emulator, first download and install Phacox's Inject - Choose the Virtual Console base game to inject into by clicking the "Load base" button and selecting the folder that contains the game that you dumped - Put a new name for the injected game in the "Short name" textbox - Go to the "Injecting" menu on the left side of the window and either click the "Do not pack" button if you will be using loadiine or "Do pack" if you will be using WUP Installer -- Select the folder you want the injected game to be placed in and wait until it has finished \ No newline at end of file +- Select the folder you want the injected game to be placed in and wait until it has finished