From 0b74f984de1847e7b76e83592486fc7154f78c85 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 3 Nov 2019 19:14:15 +0100 Subject: PS3: Implement the cloud synchronization features --- dists/ps3/readme-ps3.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dists/ps3') 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 -- cgit v1.2.3