Przeglądaj źródła

Update README.md

mfallone 9 lat temu
rodzic
commit
69051fbe23
1 zmienionych plików z 12 dodań i 1 usunięć
  1. 12 1
      MobileLibrary/iOS/README.md

+ 12 - 1
MobileLibrary/iOS/README.md

@@ -28,4 +28,15 @@ Coming soon
 ###Acknowledgements
 
 Psiphon iOS Library uses:
-* [OpenSSL-for-iPhone](https://github.com/x2on/OpenSSL-for-iPhone)
+* [OpenSSL-for-iPhone](https://github.com/x2on/OpenSSL-for-iPhone)
+
+####OpenSSL-for-iPhone Changes
+
+`build-libssl.sh` rebuilds openssl on every run.  Modifications were made to 
+not run unless required, they are:
+
+* Check if `libssl.a` and `libcrypto.a` are built and compare the version strings
+found in files to the `VERSION` variable in `build-libssl.sh`.
+
+* A new variable `FORCE_BUILD` is set to force a build.  Set this to *true* as 
+necessary.