mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Add sub modules cryptojs and sjcl.
- Update dependancy docs.
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
README
8
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/
|
||||
|
||||
1
js/cryptojs
Submodule
1
js/cryptojs
Submodule
Submodule js/cryptojs added at c3c843c513
1
js/sjcl
Submodule
1
js/sjcl
Submodule
Submodule js/sjcl added at d04d0bdccd
Reference in New Issue
Block a user