Skip to content

Commit

Permalink
README: document GitHub codespaces, compiler installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Mar 17, 2024
1 parent b6002da commit 6754060
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## Using GitHub Codespaces

Press `.` to open the web editor, then click the command field at the top and
enter `> Create New Codespace`. To verify the environment works once it loaded, enter:

```
make
```

To run the VICE emulator in xpra, run:

```
make xpra
```

Then wait for the popup to appear for the newly exposed port (10000) and click
the “Open in browser” button.

## Compiler

### Fedora

### Debian and derivatives

```
apt install cc65
```

## Emulator

### Emulator installation
Expand Down

0 comments on commit 6754060

Please sign in to comment.