diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-04-13 10:22:25 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-04-13 10:22:25 +0900 |
commit | 25fbb3996c4df4db8dfdf8249096ee97b36377b8 (patch) | |
tree | f736242c5ea04cb96a9ead576af83a43e62752bc /doc/install.md | |
parent | 122054dc4a5af13970c8d328a8a36d9c8bbda370 (diff) | |
download | xbyak-25fbb3996c4df4db8dfdf8249096ee97b36377b8.tar.gz xbyak-25fbb3996c4df4db8dfdf8249096ee97b36377b8.zip |
tweak doc
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`. |