Skip to content

Commit

Permalink
Add sub modules cryptojs and sjcl.
Browse files Browse the repository at this point in the history
- Update dependancy docs.
  • Loading branch information
ahbritto committed Oct 8, 2012
1 parent 5d62d6f commit 1c25cb7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
8 changes: 6 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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/
1 change: 1 addition & 0 deletions js/cryptojs
Submodule cryptojs added at c3c843
1 change: 1 addition & 0 deletions js/sjcl
Submodule sjcl added at d04d0b

0 comments on commit 1c25cb7

Please sign in to comment.