summaryrefslogtreecommitdiff
path: root/docs/notes
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2015-05-18 19:01:58 -0400
committerSolly Ross <sross@redhat.com>2015-08-06 14:47:03 -0400
commit6940936ffcf3d39ee450bfc16f27722b2ece4fd1 (patch)
tree471bcb4a3a26f80251fa8f752f42f54a7e3c971a /docs/notes
parent0442e153a1cad88e823926e596bcb3cff0aacabe (diff)
downloadnovnc-6940936ffcf3d39ee450bfc16f27722b2ece4fd1.tar.gz
WIP: Switch to Pako for zlib
This commit introduces an alternate implementation of the zlib decompressor based on Pako (https://github.com/nodeca/pako).
Diffstat (limited to 'docs/notes')
-rw-r--r--docs/notes6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/notes b/docs/notes
index 9bcc6af..443dbd4 100644
--- a/docs/notes
+++ b/docs/notes
@@ -15,3 +15,9 @@ Building web-socket-js emulator:
cd include/web-socket-js/flash-src
mxmlc -static-link-runtime-shared-libraries WebSocketMain.as
+
+Rebuilding inflator.js
+
+- Download pako from npm
+- Install browserify using npm
+- browserify utils/inflator.partial.js -o include/inflator.js