Skip to content

Instantly share code, notes, and snippets.

@catwell
Last active February 1, 2020 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catwell/16abeda365cfc6dc8d5c461b25fd98b2 to your computer and use it in GitHub Desktop.
Save catwell/16abeda365cfc6dc8d5c461b25fd98b2 to your computer and use it in GitHub Desktop.
Use Mercury
wget https://raw.githubusercontent.com/oploadk/localua/master/localua.sh
sh localua.sh lua 5.1.5
./lua/bin/luarocks install https://raw.githubusercontent.com/catwell/mercury/master/rockspecs/mercury-scm-0.rockspec
wget https://raw.githubusercontent.com/catwell/mercury/master/samples/greetings.lua
./lua/bin/mercury greetings
wget https://raw.githubusercontent.com/oploadk/localua/master/localua.sh
sh localua.sh lua 5.1.5
./lua/bin/luarocks install copas 1.1.6
./lua/bin/luarocks install xavante 2.2
./lua/bin/luarocks install wsapi 1.5
./lua/bin/luarocks install wsapi-xavante 1.5
./lua/bin/luarocks install https://raw.githubusercontent.com/nrk/mercury/master/rockspecs/mercury-scm-0.rockspec
wget https://raw.githubusercontent.com/nrk/mercury/master/samples/greetings.lua
./lua/bin/mercury greetings
@CaptainZidgel
Copy link

Thank you for this, works like a charm!
(Posted this here because I figured it best not to send a short thank you note to however many people are subbed to that mailing list)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment