Skip to content

Commit

Permalink
Better build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Nov 5, 2024
1 parent 3d2eac9 commit c8e3f65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8e3f65

Please sign in to comment.