summaryrefslogtreecommitdiff
path: root/Tools/lua-snapshot/README.md
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-15 13:53:59 +0800
committerchai <chaifix@163.com>2021-11-15 13:53:59 +0800
commit942a030afd348ab2e02eac8054b43e3c3a72ea48 (patch)
treea13459f39a3d2f1b533fbd1b5ab523d7a621f673 /Tools/lua-snapshot/README.md
parente307051a56a54c27f10438fd2025edf61d0dfeed (diff)
*rename
Diffstat (limited to 'Tools/lua-snapshot/README.md')
-rw-r--r--Tools/lua-snapshot/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/Tools/lua-snapshot/README.md b/Tools/lua-snapshot/README.md
new file mode 100644
index 0000000..52a440e
--- /dev/null
+++ b/Tools/lua-snapshot/README.md
@@ -0,0 +1,19 @@
+lua-snapshot
+============
+
+Make a snapshot for lua state to detect memory leaks.
+
+See dump.lua for example.
+
+Build
+=====
+
+make linux
+
+or
+
+make mingw (in windows)
+
+or
+
+make macosx