aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authorBastien Bouclet2019-11-03 19:14:15 +0100
committerBastien Bouclet2019-11-03 19:14:15 +0100
commit0b74f984de1847e7b76e83592486fc7154f78c85 (patch)
tree174280684cd49d86daf49967010319c8ff4fc21e /dists
parent036d61cbd62dc7907f4eeb36764bef9f794588f4 (diff)
downloadscummvm-rg350-0b74f984de1847e7b76e83592486fc7154f78c85.tar.gz
scummvm-rg350-0b74f984de1847e7b76e83592486fc7154f78c85.tar.bz2
scummvm-rg350-0b74f984de1847e7b76e83592486fc7154f78c85.zip
PS3: Implement the cloud synchronization features
Diffstat (limited to 'dists')
-rw-r--r--dists/ps3/readme-ps3.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/dists/ps3/readme-ps3.md b/dists/ps3/readme-ps3.md
index 698c9259cd..e4d39df450 100644
--- a/dists/ps3/readme-ps3.md
+++ b/dists/ps3/readme-ps3.md
@@ -51,6 +51,10 @@ The dependencies needed to build it are :
- SDL from https://bitbucket.org/bgK/sdl_psl1ght
- ScummVM from https://github.com/scummvm/scummvm
+ScummVM doesn't provide the CA certificates bundle required by the cloud synchronization features.
+It can be downloaded from the curl website: https://curl.haxx.se/ca/cacert.pem, and packaged in the binary using:
+```$ export DIST_PS3_EXTRA_FILES=/path/to/cacert.pem```
+
Once all the dependencies are correctly setup, an installable package can be obtained from source by issuing the following command :
./configure --host=ps3 && make ps3pkg