From c8e3f65052b28a84bad66490538fe753f46831d5 Mon Sep 17 00:00:00 2001 From: vampirefrog Date: Tue, 5 Nov 2024 14:50:20 +0200 Subject: [PATCH] Better build instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3da2733..1ec1d02 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,19 @@ First, have some required packages ready: ```sh sudo apt-get install git build-essential portaudio19-dev zlib1g-dev +git clone --recursive https://github.com/vampirefrog/v68.git # if we don't touch these, you'll need wine to build them with run68.exe touch fake_ipl.inc fake_human.inc make ``` -Install wine ------------- +For modifying the fake IPL you'll need wine to run run68: ```sh sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32 ``` + Building the tests: ```sh