Skip to content

Instantly share code, notes, and snippets.

@Rockyspade
Forked from matsumotory/gist:4350595
Last active November 19, 2024 20:45
Show Gist options
  • Save Rockyspade/e7b26e60efb501f021dc to your computer and use it in GitHub Desktop.
Save Rockyspade/e7b26e60efb501f021dc to your computer and use it in GitHub Desktop.
set -e
git clone git://github.com/mruby/mruby.git
cd mruby/mrbgems/g/
git clone git://github.com/mattn/mruby-uv.git
git clone git://github.com/mattn/mruby-http.git
git clone git://github.com/mattn/mruby-json.git
git clone git://github.com/matsumoto-r/mruby-redis.git
git clone git://github.com/matsumoto-r/mruby-simplehttp.git
git clone git://github.com/matsumoto-r/mruby-httprequest.git
git clone git://github.com/matsumoto-r/mruby-growthforecast.git
git clone git://github.com/matsumoto-r/mruby-zabbix.git
cd -
cd mruby
cat > mrbgems/GEMS.active << EOF
mruby-json
mruby-uv
mruby-http
mruby-redis
mruby-simplehttp
mruby-httprequest
mruby-growthforecast
mruby-zabbix
EOF
rake ENABLE_GEMS='true' LIBS='-luv -lpthread -ldl -lrt -lhiredis -lm'
@Rockyspade
Copy link
Author

<`https://gist.github.com/Rockyspade/e7b26e60efb501f021dc.js``ruby@org:3 [URL] update status. Sync[branch]add [nanoc.app]fetch checkout

@Rockyspade
Copy link
Author

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