1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-13 06:45:13 -06:00

6 Commits

Author SHA1 Message Date
Crimson-Hawk
4eb41467f8 correct the false information in readme regarding rewrite 2024-07-04 12:22:04 +08:00
Crimson-Hawk
daf2c1f496 fix android build 2024-05-29 17:43:46 +08:00
Crimson-Hawk
5f351bf2b3 remove temp.sh 2024-05-29 17:30:20 +08:00
Crimson-Hawk
7b13512b41 fixed reference to gitlab in ci 2024-05-29 17:23:06 +08:00
Crimson-Hawk
e1f809079e fixed reference to gitlab in ci 2024-05-29 17:14:55 +08:00
Crimson-Hawk
b95cfe6483 fixed reference to gitlab in ci 2024-05-29 16:51:35 +08:00
5 changed files with 15 additions and 7 deletions

View File

@@ -7,6 +7,8 @@
export NDK_CCACHE="$(which ccache)" export NDK_CCACHE="$(which ccache)"
ccache -s ccache -s
git submodule update --init --recursive
BUILD_FLAVOR="mainline" BUILD_FLAVOR="mainline"
BUILD_TYPE="release" BUILD_TYPE="release"

View File

@@ -7,7 +7,9 @@
# Exit on error, rather than continuing with the rest of the script. # Exit on error, rather than continuing with the rest of the script.
set -e set -e
ccache -sv ccache -s
git submodule update --init --recursive
mkdir build || true && cd build mkdir build || true && cd build
cmake .. \ cmake .. \

View File

@@ -6,7 +6,9 @@
# Exit on error, rather than continuing with the rest of the script. # Exit on error, rather than continuing with the rest of the script.
set -e set -e
ccache -sv ccache -s
git submodule update --init --recursive
mkdir build || true && cd build mkdir build || true && cd build
cmake .. \ cmake .. \
@@ -52,9 +54,9 @@ DESTDIR="$PWD/AppDir" ninja install
rm -vf AppDir/usr/bin/suyu-cmd AppDir/usr/bin/suyu-tester rm -vf AppDir/usr/bin/suyu-cmd AppDir/usr/bin/suyu-tester
# Download tools needed to build an AppImage # Download tools needed to build an AppImage
wget -nc https://gitlab.com/suyu-emu/ext-linux-bin/-/raw/main/appimage/deploy-linux.sh wget -nc https://git.suyu.dev/suyu/ext-linux-bin/raw/branch/main/appimage/deploy-linux.sh
wget -nc https://gitlab.com/suyu-emu/ext-linux-bin/-/raw/main/appimage/exec-x86_64.so wget -nc https://git.suyu.dev/suyu/ext-linux-bin/raw/branch/main/appimage/exec-x86_64.so
wget -nc https://gitlab.com/suyu-emu/AppImageKit-checkrt/-/raw/old/AppRun.sh wget -nc https://git.suyu.dev/suyu/AppImageKit-checkrt/raw/branch/gh-workflow/AppRun
# Set executable bit # Set executable bit
chmod 755 \ chmod 755 \

View File

@@ -8,7 +8,9 @@ set -e
#cd /suyu #cd /suyu
ccache -sv ccache -s
git submodule update --init --recursive
rm -rf build rm -rf build
mkdir -p build && cd build mkdir -p build && cd build

View File

@@ -7,7 +7,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
**Note**: We do not support or condone piracy in any form. In order to use suyu, you'll need keys from your real Switch system, and games which you have legally obtained and paid for. We do not intend to make money or profit from this project. **Note**: We do not support or condone piracy in any form. In order to use suyu, you'll need keys from your real Switch system, and games which you have legally obtained and paid for. We do not intend to make money or profit from this project.
We're in need of developers. Please join our chat below if you want to contribute! We're in need of developers. Please join our chat below if you want to contribute!
This repo was based on Yuzu EA 4176 but the code is being rewritten from the ground up for legal and performance reasons. This repo was based on Yuzu EA 4176
<hr /> <hr />