diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-04-09 21:29:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-09 21:29:57 -0600 |
| commit | 3da5a4f343fa708abcc461d83337ef6df9863447 (patch) | |
| tree | 2ff74ffb532a89e5af9666250c2c60e7f339f9c0 /docs | |
| parent | 2b66867af1975759dc7acfb3bbc2c9063ffa4353 (diff) | |
Add ymls for Torch code generator (#497)
* Add torch
* update jenkinsfile
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/basics/compiling.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/basics/compiling.md b/docs/basics/compiling.md index a2834ecd2..53be51dd8 100644 --- a/docs/basics/compiling.md +++ b/docs/basics/compiling.md @@ -10,9 +10,11 @@ The build system has the following package requirements: To add submodules run `git submodule update --init --recursive` after cloning. +Run `make assets` to extract assets. + # Linux ```bash -sudo apt install build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev libcapstone-dev +sudo apt install cmake build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev libcapstone-dev ``` ### Arch |
