Skip to content

Commit

Permalink
updated README and History
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrec committed Apr 8, 2015
1 parent 41ef568 commit fb0a4dd
Show file tree
Hide file tree
Showing 4 changed files with 3,980 additions and 4,235 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
0.4.0 / 2015-04-08
==================

* Support for node 0.12 and iojs 1.6. Thanks to EricMCornelius (github.com/EricMCornelius) for his merge request.

0.3.15 / 2015-03-07
===================

Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,12 @@ Within the browser, using `build/lz4.js`:
console.log( "uncompressed data", uncompressed )
</script>


From github cloning, after having made sure that node and node-gyp are properly installed:

npm i
node-gyp rebuild

See below for more LZ4 functions.


Expand Down

0 comments on commit fb0a4dd

Please sign in to comment.