Update README
This commit is contained in:
parent
55adaf5ae8
commit
8382a23063
|
@ -6,6 +6,13 @@ Copyright ©2020–2022 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
|
||||
|
|
Loading…
Reference in New Issue