mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2025-12-06 04:42:00 +01:00
15 lines
224 B
Markdown
15 lines
224 B
Markdown
|
|
# Install
|
||
|
|
|
||
|
|
The following files are necessary. Please add the path to your compile directory.
|
||
|
|
|
||
|
|
* xbyak.h
|
||
|
|
* xbyak_mnemonic.h
|
||
|
|
* xbyak_util.h
|
||
|
|
|
||
|
|
Linux:
|
||
|
|
```
|
||
|
|
make install
|
||
|
|
```
|
||
|
|
|
||
|
|
These files are copied into `/usr/local/include/xbyak`.
|