Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
0.0.9 - Resurrection (#21)
Browse files Browse the repository at this point in the history
- New repo
- Make sure System MoltenVK is not used
  • Loading branch information
shinra-electric committed Mar 22, 2024
1 parent 81ef1e0 commit 8543a35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This script will build and compile Suyu for macOS on Apple Silicon.
Get it from here!

[![Download](https://img.shields.io/badge/Download-v0.0.8-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.8/build_suyu.sh)
[![Download](https://img.shields.io/badge/Download-v0.0.9-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.9/build_suyu.sh)

## Usage:

Expand Down
2 changes: 1 addition & 1 deletion README_pl_PL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Ten skrypt pobierze wszystkie potrzebne rzeczy dla portu Suyu na macOS.

Weź pod uwagę, żeby nie nastawiać się na wiele, w obecnym stanie nie jest to w pełni funkcjonalny port.

[![Pobierz](https://img.shields.io/badge/Download-v0.0.8-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.8/build_suyu.sh)
[![Pobierz](https://img.shields.io/badge/Download-v0.0.9-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.9/build_suyu.sh)

## Użytkowanie:

Expand Down
5 changes: 3 additions & 2 deletions build_suyu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ done
# Clone the Suyu repository if not already cloned
if [ ! -d "suyu" ]; then
echo -e "${PURPLE}Cloning Suyu repository...${NC}"
git clone --recursive https://gitlab.com/suyu-emu/suyu.git/
git clone --recursive https://git.suyu.dev/suyu/suyu
cd suyu
else
echo -e "${PURPLE}Suyu repository already exists. Updating...${NC}"
Expand Down Expand Up @@ -106,7 +106,8 @@ cmake .. -GNinja \
-DSDL_ARMNEON=ON \
-DENABLE_QT6=ON \
-DENABLE_QT_TRANSLATION=ON \
-DSUYU_USE_EXTERNAL_VULKAN_HEADERS=OFF
-DSUYU_USE_EXTERNAL_VULKAN_HEADERS=OFF \
-DUSE_SYSTEM_MOLTENVK=OFF

echo -e "${PURPLE}Building suyu...${NC}"

Expand Down

0 comments on commit 8543a35

Please sign in to comment.