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

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
- Upload repo links in script,
- Organize repository.
  • Loading branch information
mavethee committed Mar 6, 2024
1 parent b157cd1 commit c301ff5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 24 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="yuzu_icon.png" width="20%" height="20%" align="right"/>
<img src="./assets/icons/yuzu_icon.png" width="20%" height="20%" align="right"/>

## Build script for compiling Yuzu on Apple Silicon

Expand All @@ -13,7 +13,7 @@ This script will build and compile Yuzu for macOS on Apple Silicon.
Get it from here!

[![Download](https://img.shields.io/badge/Download-v0.0.4-brightgreen)](https://github.com/mavethee/yuzu-macos-builds-script/releases/download/0.0.4/build_yuzu.sh)
[![Download](https://img.shields.io/badge/Download-v0.0.5-brightgreen)](https://github.com/mavethee/yuzu-macos-builds-script/releases/download/0.0.5/build_yuzu.sh)

## Usage:

Expand All @@ -40,38 +40,38 @@ It is advised to run it from your home directory.
## Check current compatibility:

[Compatiblity List](Compatibility.md)
[Compatiblity List](./assets/compatibility/compatibility.md)

## Building:

## 1. Clone the repository to your home directory:

```
```sh
git clone https://github.com/mavethee/yuzu-macos-builds-script.git
cd yuzu-macos-builds-script
```

## 2. Make sure cloned repo is up to date:

```
```sh
git pull origin main
```

## 3. Copy the script to a location on your home directory:

```
```sh
ditto build_yuzu.sh $HOME/build_yuzu.sh
```

## 4. Make the script executable:

```
```sh
chmod +x $HOME/build_yuzu.sh
```

## 5. Run the build script:

```
```sh
$HOME/build_yuzu.sh
```

Expand All @@ -81,9 +81,7 @@ Note: Remember to repeat STEP 2 for future script changes. </br>

## Special thanks to:

- The one and only [Yuzu's team](ttps://github.com/yuzu-emu), of course. [🍺 Give those dudes a tip here!](https://www.patreon.com/yuzuteam)

- [Yuzu's macOS build instructions](https://yuzu-emu.org/wiki/building-for-macos/)
- Yuzu's macOS build instructions archived [here](https://web.archive.org/web/20240113191459/https://yuzu-emu.org/wiki/building-for-macos/)

...and ChatGPT with GitHub Copilot for making my drunkass shell coding public.

Expand Down
24 changes: 11 additions & 13 deletions README_pl_PL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="yuzu_icon.png" width="20%" height="20%" align="right"/>
<img src="./assets/icons/yuzu_icon.png" width="20%" height="20%" align="right"/>

## Skrypt kompilujący port Yuzu na systemy macOS

Expand All @@ -18,7 +18,7 @@ https://yuzu-emu.org/wiki/building-for-macos/

https://github.com/yuzu-emu/yuzu

[![Pobierz](https://img.shields.io/badge/Download-v0.0.4-brightgreen)](https://github.com/mavethee/yuzu-macos-builds-script/releases/download/0.0.4/build_yuzu.sh)
[![Pobierz](https://img.shields.io/badge/Download-v0.0.5-brightgreen)](https://github.com/mavethee/yuzu-macos-builds-script/releases/download/0.0.5/build_yuzu.sh)

## Użytkowanie:

Expand All @@ -44,38 +44,38 @@ Preferowane odpalenie skryptu w katalogu domowym.
## Sprawdź obecną kompatybilność:

[Kompatybiliność](Compatibility_pl_PL.md)
[Kompatybiliność](./assets/compatibility/compatibility_pl_PL.md)

## Kompilacja:

## 1. Sklonuj repozytorium:

```
```sh
git clone https://github.com/mavethee/yuzu-macos-builds-script.git
cd yuzu-macos-builds-script
```

## 2. Upewnij się że repozytorium jest aktualne:

```
```sh
git pull origin main
```

## 3. Skopiuj skrypt do swojego katalogu głównego:

```
```sh
ditto build_yuzu.sh $HOME/build_yuzu.sh
```

## 4. Nadaj uprawnienia skryptowi:

```
```sh
chmod +x $HOME/build_yuzu.sh
```

## 5. Uruchom skrypt:

```
```sh
$HOME/build_yuzu.sh
```

Expand All @@ -85,13 +85,11 @@ Notka: Pamiętaj o powtórzeniu kroku drugiego co jakiś czas, aby mieć najaktu

## Podziękowania:

- Niezawodnego teamu Yuzu, [zrzutka im na piwerko mile widziana 🍺](https://www.patreon.com/yuzuteam)

- [@shinra-electric](https://github.com/shinra-electric) za wszelkie poprawki do mojego pijackiego kodu! 🍻
- Yuzu's macOS build instructions archived [here](https://web.archive.org/web/20240113191459/https://yuzu-emu.org/wiki/building-for-macos/)

- Instrukcje kompilacji projektu na macOS:
...oraz ChatGPT wraz GitHub Copilot za pomoc w upublicznieniu tego syfu.

https://yuzu-emu.org/wiki/building-for-macos/
- [@shinra-electric](https://github.com/shinra-electric) za wszelkie poprawki do mojego pijackiego kodu! 🍻

Jeśli zostanę pozwany przez Big N, zapraszam na mój grób ^^

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit c301ff5

Please sign in to comment.