From 036d61cbd62dc7907f4eeb36764bef9f794588f4 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 3 Nov 2019 19:14:15 +0100 Subject: 3DS: Implement cloud sync support --- backends/platform/3ds/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'backends/platform/3ds/README.md') diff --git a/backends/platform/3ds/README.md b/backends/platform/3ds/README.md index 345a046a62..a5e24ee91d 100644 --- a/backends/platform/3ds/README.md +++ b/backends/platform/3ds/README.md @@ -202,6 +202,12 @@ Note: In more recent codebases of ScummVM, you may or may not need to set the fo ```$ export PKG_CONFIG_LIBDIR=$PORTLIBS/lib/pkgconfig``` See above for $PORTLIBS. +ScummVM doesn't provide the CA certificates bundle required by the cloud synchronization features. +You need to download it from the curl website: https://curl.haxx.se/ca/cacert.pem, and instruct +the build system to package it in the binary: +```$ export DIST_3DS_EXTRA_FILES=/path/to/cacert.pem``` +The name of the file must be `cacert.pem`. + From the root of the scummvm repository: ``` $ ./configure --host=3ds -- cgit v1.2.3