diff options
Diffstat (limited to 'doc/install.md')
-rw-r--r-- | doc/install.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/install.md b/doc/install.md new file mode 100644 index 0000000..ddc1a10 --- /dev/null +++ b/doc/install.md @@ -0,0 +1,14 @@ +# 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`. |