From 1c25cb7fe05855e52e17342a07180fe7feb28d99 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Mon, 8 Oct 2012 13:21:32 -0700 Subject: [PATCH] Add sub modules cryptojs and sjcl. - Update dependancy docs. --- .gitmodules | 6 ++++++ README | 8 ++++++-- js/cryptojs | 1 + js/sjcl | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) create mode 160000 js/cryptojs create mode 160000 js/sjcl diff --git a/.gitmodules b/.gitmodules index 81a8a9de0..87d8f8a1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "websocketpp"] path = websocketpp url = https://github.com/zaphoyd/websocketpp.git +[submodule "js/cryptojs"] + path = js/cryptojs + url = git://github.com/gwjjeff/cryptojs.git +[submodule "js/sjcl"] + path = js/sjcl + url = git://github.com/bitwiseshiftleft/sjcl.git diff --git a/README b/README index 41288d8c0..491939d73 100644 --- a/README +++ b/README @@ -2,5 +2,9 @@ Dependancies: - boost 1.47 - Google protocol buffers 2.4.1 - openssl -- mysql -- websocketpp + +Sub modules: +- websocketpp: https://github.com/zaphoyd/websocketpp +- sjcl: https://github.com/bitwiseshiftleft/sjcl +- cryptojs: https://github.com/gwjjeff/cryptojs + aka http://code.google.com/p/crypto-js/ diff --git a/js/cryptojs b/js/cryptojs new file mode 160000 index 000000000..c3c843c51 --- /dev/null +++ b/js/cryptojs @@ -0,0 +1 @@ +Subproject commit c3c843c5131e00607fd8cad1baf3761d0209663a diff --git a/js/sjcl b/js/sjcl new file mode 160000 index 000000000..d04d0bdcc --- /dev/null +++ b/js/sjcl @@ -0,0 +1 @@ +Subproject commit d04d0bdccd986e434b98fe393e1e01286c10fc36