Skip to content

Commit

Permalink
I cast: "complete and absolute stupidity"
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTheNerdNextDoor committed Nov 27, 2024
1 parent 604f2d6 commit 2dbf2c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ A work-in-progress operating system for iPhones with an A6 to A11 chip built fro
- On other distros these can be downloaded from [this repo](https://github.com/Siguza/ld64/releases). They can be self-compiled but it's more recommended to use the releases and copy binaries to /usr/bin.
- Run `make all`
### Building PongoTerm
- Navigate to `scripts/`
- Run `make pongoterm`
If `clang`, `ld64` or `cctools-strip` don't have their default names/paths, you'll want to change their invocation. For reference, the default variables are equivalent to:
EMBEDDED_CC=clang EMBEDDED_LDFLAGS=-fuse-ld=/usr/bin/ld64 STRIP=cctools-strip make all
## Building PongoTerm
- Navigate to `scripts/`
- Run `make pongoterm`
## Build artifacts
The Makefile will create binaries in `build/`:
Expand Down

0 comments on commit 2dbf2c5

Please sign in to comment.