Skip to content

Instantly share code, notes, and snippets.

@creationix
Created November 21, 2014 04:52
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 creationix/b7bc3d066a67c54b0844 to your computer and use it in GitHub Desktop.
Save creationix/b7bc3d066a67c54b0844 to your computer and use it in GitHub Desktop.
Building Luvit on a Raspberry PI in less than a second!
[tim@cherry luvit]$ time LUVI_APP=app LUVI_TARGET=luvit luvi-binaries/`uname -s`_`uname -m`/luvi
Creating new binary: /home/tim/luvit/luvit
Copying initial 1135139 bytes from /home/tim/luvit/luvi-binaries/Linux_armv6l/luvi
Zipping /home/tim/luvit/app
main.lua
modules/buffer.lua
modules/codec.lua
modules/codecs/http.lua
modules/codecs/tls.lua
modules/core.lua
modules/dgram.lua
modules/dns.lua
modules/fs.lua
modules/helpful.lua
modules/hooks.lua
modules/json.lua
modules/lcrypto.lua
modules/luvit.lua
modules/net.lua
modules/process.lua
modules/repl.lua
modules/require.lua
modules/themes/16.lua
modules/themes/256.lua
modules/timer.lua
modules/utils.lua
test.txt
Writing zip file
Done building /home/tim/luvit/luvit
real 0m0.566s
user 0m0.170s
sys 0m0.080s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment