From 1d6302a41ded2b2cb687aeed8760701ea6d090fd Mon Sep 17 00:00:00 2001 From: hackgrid Date: Tue, 28 Nov 2023 10:56:26 +0100 Subject: [PATCH] update readme for building from Ubuntu 23.04 on --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc9657b..6cb3803 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,21 @@ export BLENDER_3_6="/usr/bin/blender"
-You will need to install Python `vpk` +You will need to install Python `vpk`: + +Up to Ubuntu 22.04: ```sh pip install vpk ``` +From Ubuntu 23.04 on you need to do instead: + +```sh +pipx ensurepath +pipx install vpk +``` +
Setup and install dependencies for `skeletool64` @@ -220,6 +229,15 @@ Then build the rom using make -f Makefile.docker ``` +You can also use the language options, e.g.: + +```sh +make -f Makefile.docker spanish_audio +make -f Makefile.docker german_audio +make -f Makefile.docker +``` + + That will generate the rom at `/build/portal64.z64`