From 7d46b8ad6b346cc17502f9b0c79d93d286825fff Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Sun, 5 May 2024 23:10:44 -0300 Subject: [PATCH 1/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03021abe..b0d8ef1a 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ The build process has a few python packages required that are located in `/tools To install them simply run in a terminal: ```bash -python3 -m pip install -r ./tools/requirements-python.txt --break-system-packages +python3 -m pip install -r ./tools/requirements-python.txt ``` +* Depending on your python version, you might need to add --break-system-packages, or use venv. #### 4. Update submodules & build toolchain From 7a68fcea815e7facad20c9bfb1d57e94b7091331 Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Sun, 5 May 2024 23:11:52 -0300 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0d8ef1a..790124cc 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ make toolchain #### 5. Prepare a base ROM Copy your ROM to the root of this new project directory, and rename the file of the baserom to reflect the version of ROM you are using. ex: `baserom.us.z64` +*Make sure the ROM is revision 1.1 (REV A). #### 6. Make and Build the ROM From f5ce14123cbffec95cba36437faf76713b8994d2 Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Sun, 5 May 2024 23:12:17 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 790124cc..55eecf25 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ make toolchain #### 5. Prepare a base ROM Copy your ROM to the root of this new project directory, and rename the file of the baserom to reflect the version of ROM you are using. ex: `baserom.us.z64` -*Make sure the ROM is revision 1.1 (REV A). +*Make sure the ROM is the US version, revision 1.1 (REV A). #### 6. Make and Build the ROM From 28be7aaba9bc941ef2317ea09b24c9aa669f61b2 Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Sun, 5 May 2024 23:12:56 -0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55eecf25..575bdc16 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ make toolchain #### 5. Prepare a base ROM Copy your ROM to the root of this new project directory, and rename the file of the baserom to reflect the version of ROM you are using. ex: `baserom.us.z64` -*Make sure the ROM is the US version, revision 1.1 (REV A). +* Make sure the ROM is the US version, revision 1.1 (REV A). #### 6. Make and Build the ROM