39e21920db
Merge commit 'c926d9f40978bee57fbf245cf1c6eb347943e4d9'
14 lines
224 B
Markdown
14 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`.
|