docs/build: Mention MIPS XGCC for PCSX-Redux BIOS
Signed-off-by: Leah Rowe <info@minifree.org>master
parent
a42a587da9
commit
3132daaaa0
|
@ -23,6 +23,22 @@ canoeboot from the available source code.
|
||||||
The following document describes how `cbmk` works, and how you can make changes
|
The following document describes how `cbmk` works, and how you can make changes
|
||||||
to it: [canoeboot maintenance manual](../maintain/)
|
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
|
Multi-threaded builds
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,22 @@ canoeboot з доступного джерельного коду.
|
||||||
Наступний документ описує те, як працює `cbmk`, і як ви можете робити зміни
|
Наступний документ описує те, як працює `cbmk`, і як ви можете робити зміни
|
||||||
до нього: [керівництво обслуговування canoeboot](../maintain/)
|
до нього: [керівництво обслуговування 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
|
Multi-threaded builds
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue