diff options
Diffstat (limited to '')
-rw-r--r-- | lux-bootstrapper/commands.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lux-bootstrapper/commands.md b/lux-bootstrapper/commands.md new file mode 100644 index 000000000..33fa874ba --- /dev/null +++ b/lux-bootstrapper/commands.md @@ -0,0 +1,17 @@ +# Old/bootstrapping compiler + +## Build & install + +``` +cd ~/lux/lux-bootstrapper/ \ +&& lein clean \ +&& lein install +``` + +## Run JBE (Read generated bytecode) + +``` +cd ~/lux/jbe/bin/ \ +&& java ee.ioc.cs.jbe.browser.BrowserApplication +``` + |