Recent releases have been pre-built using cross-compilers and this script and are downloadable below.
If you have found these packages useful, give me a shout out on twitter: @adammw
| const GLib = imports.gi.GLib; | |
| const Lang = imports.lang; | |
| const System = imports.system; | |
| let _breakpoints = 0; | |
| function _getCurrentStack() { | |
| try { | |
| throw new Error(); | |
| } catch (e) { |
| #!/usr/bin/env python | |
| import datetime | |
| import json | |
| import gtk | |
| import gobject | |
| # TODO: fix gi.repository.WebKit to have a working webview.get_dom_document | |
| import webkit |
| #!/bin/sh | |
| ## Node.js for Raspberry Pi Packaging Script | |
| ## ========================================= | |
| ## Execute this script from within node.js git repo | |
| ## Use like this: | |
| ## ~/node/$ VERSION=v0.10.0 ./buildnode.sh | |
| if [ -z $VERSION ]; then | |
| echo "set the VERSION first" | |
| exit 1 |
Recent releases have been pre-built using cross-compilers and this script and are downloadable below.
If you have found these packages useful, give me a shout out on twitter: @adammw