Sha256: aa3b854363c29a715500a548eef142c367d4ef8f3ea49526b1b82b654b355fe7

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

# Snow Crash Development Tools

## Gyp
Snow Crash uses (bundled) [Gyp](http://code.google.com/p/gyp/) build automation tool to generates its Makefiles. 

### Actual Bundled Version
**r1846**

### Update
1. Get the latest version from Gyp's repository:
	
	```sh
	$ svn checkout http://gyp.googlecode.com/svn/trunk/ gyp
	```

2. Remove unnecessary files:

	```sh
	$ cd gyp
	$ rm -rf .svn
	$ rm -rf test
	```

3. Update bundled version in this README

### More info
See [Gyp Hello World](https://github.com/springmeyer/hello-gyp) for a primer on using Gyp.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redsnow-0.3.2 ext/snowcrash/tools/README.md