[Scummvm-git-logs] scummvm master -> 8801b4eed28ed3a103e90543d02e0bb4741c63a9

citral23 noreply at scummvm.org
Sun Nov 13 07:35:06 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8801b4eed2 OPENDINGUX: Update build instructions (#4421)


Commit: 8801b4eed28ed3a103e90543d02e0bb4741c63a9
    https://github.com/scummvm/scummvm/commit/8801b4eed28ed3a103e90543d02e0bb4741c63a9
Author: Gleb Mazovetskiy (glex.spb at gmail.com)
Date: 2022-11-13T08:35:01+01:00

Commit Message:
OPENDINGUX: Update build instructions (#4421)

1. Point to the new releases page.
2. Explain how to install the toolchain.

Changed paths:
    backends/platform/sdl/opendingux/README.BUILD


diff --git a/backends/platform/sdl/opendingux/README.BUILD b/backends/platform/sdl/opendingux/README.BUILD
index 69db3db279f..d732138182e 100644
--- a/backends/platform/sdl/opendingux/README.BUILD
+++ b/backends/platform/sdl/opendingux/README.BUILD
@@ -2,14 +2,22 @@ Build instructions
 ==================
 Running Linux on an x86/amd64 machine:
 
-1. Download and install the desired toolchain (http://od.abstraction.se/opendingux/toolchain/) in /opt/
+1. Download and install the desired toolchain (https://github.com/OpenDingux/buildroot/releases) in /opt/
+
+   For example, for gcw0:
+
+       curl -L https://github.com/OpenDingux/buildroot/releases/download/od-2022.09.22/opendingux-gcw0-toolchain.2022-09-22.tar.xz -o gcw0-toolchain.tar.xz && \
+       sudo mkdir -p /opt/gcw0-toolchain && sudo chown -R "${USER}:" /opt/gcw0-toolchain && \
+       tar -C /opt -xf gcw0-toolchain.tar.xz && \
+       cd /opt/gcw0-toolchain && \
+       ./relocate-sdk.sh
 
 2. git clone the ScummVM repository
 
 3. Run 'backends/platform/sdl/opendingux/build_odbeta.sh x'
-   where x=gcw0|lepus|rg99 
+   where x=gcw0|lepus|rg99
 
-   Or if you want a dual opk with one launcher capable of starting games directly 
+   Or if you want a dual opk with one launcher capable of starting games directly
    for e.g. simplemenu integration :
    'backends/platform/sdl/opendingux/build_odbeta.sh x dualopk'
 




More information about the Scummvm-git-logs mailing list