Update README

This commit is contained in:
Tony Garnock-Jones 2022-10-18 09:12:24 +02:00
parent 55adaf5ae8
commit 8382a23063
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ Copyright ©20202022 Tony Garnock-Jones.
SqueakPhone comes in two pieces: this is the `git`-based portion, and **there's another part
that lives in [SqueakSource](https://squeaksource.com/SqueakPhone.html)**.
## Setting up your local Unix account
The `LinuxIO` package depends on being able to access `/dev/input/*`, which means on Debian at
least that your user needs to be in the `input` group. This applies not only for running the
image, but for *building* it too, even if you don't plan to develop with it on your local build
host.
## Loading the Smalltalk code into an existing image
You can work with most of the codebase without actually running it on a phone. (In fact, it