From 3132daaaa04fb7c04ac9a3d25ea943790474b320 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Jan 2025 16:52:00 +0000 Subject: [PATCH] docs/build: Mention MIPS XGCC for PCSX-Redux BIOS Signed-off-by: Leah Rowe --- site/docs/build/index.md | 16 ++++++++++++++++ site/docs/build/index.uk.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/site/docs/build/index.md b/site/docs/build/index.md index e6a03f3..3c7c980 100644 --- a/site/docs/build/index.md +++ b/site/docs/build/index.md @@ -23,6 +23,22 @@ canoeboot from the available source code. The following document describes how `cbmk` works, and how you can make changes to it: [canoeboot maintenance manual](../maintain/) +MIPS cross compiler +=================== + +Canoeboot has support for the Sony PlayStation (PS1/PSX), based on +the PCSX-Redux Open BIOS. If you're doing a full release build, and/or +specifically building the PSX BIOS, you need a MIPS cross compiler. + +Arch-based systems have a mipsel cross compiler available from AUR, and most +Debian-based systems have a mipsel cross compiler in apt; for these, the normal +dependencies installation command will provide them. We know Void Linux and +Fedora don't have a MIPS compiler, for instance. + +If your distro doesn't have the MIPS compiler available, +the [PlayStation](../install/playstation.md) page provides instructions for +manual installation; please do this in addition to the normal dependencies. + Multi-threaded builds ===================== diff --git a/site/docs/build/index.uk.md b/site/docs/build/index.uk.md index d56ebd0..f930718 100644 --- a/site/docs/build/index.uk.md +++ b/site/docs/build/index.uk.md @@ -31,6 +31,22 @@ canoeboot з доступного джерельного коду. Наступний документ описує те, як працює `cbmk`, і як ви можете робити зміни до нього: [керівництво обслуговування canoeboot](../maintain/) +MIPS cross compiler +=================== + +Canoeboot has support for the Sony PlayStation (PS1/PSX), based on +the PCSX-Redux Open BIOS. If you're doing a full release build, and/or +specifically building the PSX BIOS, you need a MIPS cross compiler. + +Arch-based systems have a mipsel cross compiler available from AUR, and most +Debian-based systems have a mipsel cross compiler in apt; for these, the normal +dependencies installation command will provide them. We know Void Linux and +Fedora don't have a MIPS compiler, for instance. + +If your distro doesn't have the MIPS compiler available, +the [PlayStation](../install/playstation.md) page provides instructions for +manual installation; please do this in addition to the normal dependencies. + Multi-threaded builds =====================