README.md links readme.txt
This commit is contained in:
parent
d89df70e35
commit
fc56d128f3
1 changed files with 7 additions and 1 deletions
|
|
@ -3,7 +3,13 @@
|
||||||
a lightweight RISC-V and x86 emulator. Specifically migrating the project to
|
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)*.
|
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
|
## Compiling
|
||||||
|
|
||||||
### Nix
|
### Nix
|
||||||
```bash
|
```bash
|
||||||
nix develop
|
nix develop
|
||||||
|
|
@ -15,7 +21,7 @@ make
|
||||||
> ~~steal~~ *copy* `${pkgs.emscripten}/share/emscripten/cache` prior to `makejs`.
|
> ~~steal~~ *copy* `${pkgs.emscripten}/share/emscripten/cache` prior to `makejs`.
|
||||||
> Refer to https://github.com/NixOS/nixpkgs/issues/139943
|
> Refer to https://github.com/NixOS/nixpkgs/issues/139943
|
||||||
|
|
||||||
### Not Nix
|
### Other Unix Systems
|
||||||
```bash
|
```bash
|
||||||
make -f Makefile.js
|
make -f Makefile.js
|
||||||
make
|
make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue