aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/install.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-04-13 10:22:25 +0900
committerMITSUNARI Shigeo <[email protected]>2022-04-13 10:22:25 +0900
commit25fbb3996c4df4db8dfdf8249096ee97b36377b8 (patch)
treef736242c5ea04cb96a9ead576af83a43e62752bc /doc/install.md
parent122054dc4a5af13970c8d328a8a36d9c8bbda370 (diff)
downloadxbyak-25fbb3996c4df4db8dfdf8249096ee97b36377b8.tar.gz
xbyak-25fbb3996c4df4db8dfdf8249096ee97b36377b8.zip
tweak doc
Diffstat (limited to 'doc/install.md')
-rw-r--r--doc/install.md14
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`.