0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/tools
Standa Opichal 5a70224081 Adding OS X .dmg build scripts.
Simply place this into the root of your nodejs git working copy and
run ./tools/osx-dist.sh. It will create an dist-osx folder which will
comprise of the resulting .dmg file (install path is
/usr/local/nodejs with symlinks added to /usr/local/bin) along with
other files used during its construction.

$ ls -1 dist-osx/
nodejs-v0.1.26-11-gcd6397c
nodejs-v0.1.26-11-gcd6397c.dmg
nodejs-v0.1.26-11-gcd6397c.pkg
nodejs-v0.1.26-11-gcd6397c.plist

The resulting installed package is going to be visible using the
OS X 'pkgutil --packages' command. You can even safely uninstall
sudoing 'pkgutil --unlink org.nodejs.NodeJS-...' and subsequently
let the system forget about the package being ever seen by
'pkgutil --forget org.nodejs.NodeJS-...'.

Here is the current package ID I have installed:

$ pkgutil --pkgs | grep node
org.nodejs.NodeJS-v0.1.26-11-gcd6397c

Use this patch freely without hesitation.

Signed-off-by: Standa Opichal <opichals@gmail.com>
2010-01-27 14:12:31 -08:00
..
scons Initial Solaris support 2010-01-19 16:51:27 -08:00
wafadmin Upgrade waf to 1.5.10 2009-12-09 14:27:33 +01:00
js2c.py Fix build. 2009-10-07 15:02:42 +02:00
jsmin.py Fix build. 2009-10-07 15:02:42 +02:00
osx-dist.sh Adding OS X .dmg build scripts. 2010-01-27 14:12:31 -08:00
osx-pkg-dmg-create.sh Adding OS X .dmg build scripts. 2010-01-27 14:12:31 -08:00
run-valgrind.py Use v8's test runner 2009-06-22 14:08:42 +02:00
test.py Update test script to use new debug build's name: node_g 2009-08-31 16:12:27 +02:00
utils.py Use v8's test runner 2009-06-22 14:08:42 +02:00
waf-light Upgrade waf to 1.5.10 2009-12-09 14:27:33 +01:00