Add sub modules cryptojs and sjcl.

- Update dependancy docs.
This commit is contained in:
Arthur Britto
2012-10-08 13:21:32 -07:00
parent 5d62d6f4f9
commit 1c25cb7fe0
4 changed files with 14 additions and 2 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "websocketpp"] [submodule "websocketpp"]
path = websocketpp path = websocketpp
url = https://github.com/zaphoyd/websocketpp.git 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

8
README
View File

@@ -2,5 +2,9 @@ Dependancies:
- boost 1.47 - boost 1.47
- Google protocol buffers 2.4.1 - Google protocol buffers 2.4.1
- openssl - 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/

1
js/cryptojs Submodule

Submodule js/cryptojs added at c3c843c513

1
js/sjcl Submodule

Submodule js/sjcl added at d04d0bdccd