README.md links readme.txt

This commit is contained in:
Emile Clark-Boman 2025-07-22 04:45:51 +10:00
parent d89df70e35
commit fc56d128f3

View file

@ -3,7 +3,13 @@
a lightweight RISC-V and x86 emulator. Specifically migrating the project to
the latest stable release of `enscriptem`. I provide a `flake.nix` dev shell too *(cause I'm super nice)*.
This repo will mostly be a guide for embedding TinyEMU into your website (cause that's what I'm doing).
<u><b>PS:</b></u> there is no guide for Windows because I'm allergic and it scares me.
> For WAYYYY more information read Bellard's original [readme.txt](readme.txt)
## Compiling
### Nix
```bash
nix develop
@ -15,7 +21,7 @@ make
> ~~steal~~ *copy* `${pkgs.emscripten}/share/emscripten/cache` prior to `makejs`.
> Refer to https://github.com/NixOS/nixpkgs/issues/139943
### Not Nix
### Other Unix Systems
```bash
make -f Makefile.js
make