Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
- Select the folder you want the injected game to be placed in and wait until it has finished