]> git.lizzy.rs Git - metalua.git/blobdiff - src/samples/metalint/INSTALL.TXT
Merge branch 'master' of ssh://git.eclipse.org/gitroot/koneki/org.eclipse.koneki...
[metalua.git] / src / samples / metalint / INSTALL.TXT
diff --git a/src/samples/metalint/INSTALL.TXT b/src/samples/metalint/INSTALL.TXT
deleted file mode 100644 (file)
index 600fdff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-Metalint 0.1 - INSTALL.TXT
-==========================
-
-Metalint is a regular Metalua program, and relies on Metalua compilation
-libraries. You must therefore have a working Metalua installation on your
-system. You can run it with: "metalua metalint.mlua -- <metalint arguments>".
-For instance, to check metalint itself:
-
-    ~/src/metalua/src/sandbox$ metalua metalint.mlua -- metalint.mlua
-    File metalint.mlua checked successfully
-    ~/src/metalua/src/sandbox$
-
-You can also precompile it:
-
-    ~/src/metalua/src/sandbox$ metalua metalint.mlua -s '#!/usr/bin/env lua' -o metalint
-    ~/src/metalua/src/sandbox$ ./metalint lint.mlua 
-    File lint.mlua checked successfully
-    ~/src/metalua/src/sandbox$
-
-Beware that even when precompiled, it still requires the Metalua runtime libs in LUA_PATH.
-
-Don't forget to set the LUA_DPATH environment variable!
\ No newline at end of file