Skip to content
This repository was archived by the owner on Feb 24, 2018. It is now read-only.

Commit 8e2c474

Browse files
author
Ionut Trestian
committed
Merge pull request #20 from SteveALee/patch-1
Added not to build sjcl on Linux
2 parents c70647f + 5e391fb commit 8e2c474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The Amazon Cognito Identity SDK for JavaScript allows JavaScript enabled applica
3030
5. Include the Stanford Javascript Crypto Library:
3131
* [Stanford JavaScript Crypto Library](https://github.com/bitwiseshiftleft/sjcl)
3232

33-
Please note, that by default the Stanford JavaScript Crypto Library doesn't include the bytes codec that the SDK uses so it must be included with the --with-codecBytes option when configuring the Stanford JavaScript Crypto Library.
33+
Please note, that by default the Stanford JavaScript Crypto Library doesn't include the bytes codec that the SDK uses so it must be included with the --with-codecBytes option when configuring the Stanford JavaScript Crypto Library (see sjlc README/INSTALL). It is known to build on Linux and requires a Java runtime.
3434

3535
6. Include Moment.js, a JavaScript library used for date manipulation:
3636
* [Moment.js](http://momentjs.com/)

0 commit comments

Comments
 (0)