From d976be7d2dc33c11a488a66ab99cb12da9d94060 Mon Sep 17 00:00:00 2001 From: Wills2022 <102498796+Wills2022@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:59:43 +0800 Subject: [PATCH 1/3] Cleanup build instructions --- .../Setup Arcade Machine.md | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md b/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md index eccac4d16..63823cafe 100644 --- a/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md +++ b/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md @@ -2,8 +2,7 @@ ## Existing Image -Download current arcade Image from here (accessible to Thoth-Tech Team Members): - +Download current arcade Image from here (accessible to Thoth-Tech Team Members): [here](https://deakin365.sharepoint.com/:u:/r/sites/ThothTech2/Shared%20Documents/SplashKit/Arcade%20Machine%20Image/ArcadeMachine.img?csf=1&web=1&e=7cuS7Z) SHA256 Hash `31f0ea11c8492000d003108bf84afbb261ad6ee7c1be989f52a2b4add9d8821e` @@ -111,7 +110,7 @@ and one to wpa_supplicant: ### 1. Install SplashKit -- Follow the instructions [here](https://splashkit.io/articles/installation/ubuntu/). +- Follow the instructions [here](https://splashkit.io/installation/linux/). - Primarly perform steps 1 and 2, VS code is optional unless you whish to adjust programming on the PI directly. @@ -126,20 +125,28 @@ and one to wpa_supplicant: curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel STS ``` - 2. Add the following to the end of the file `~/.bashrc` with these commands + 1. Add the following to the end of the file `~/.bashrc` with these commands ```shell echo 'export DOTNET_ROOT=$HOME/.dotnet' >> ~/.bashrc echo 'export PATH=$PATH:$HOME/.dotnet' >> ~/.bashrc + echo 'export DOTNET_ROOT=$HOME/.dotnet' >> ~/.bash.bash_profile + echo 'export PATH=$PATH:$HOME/.dotnet' >> ~/.bash_profile source ~/.bashrc ``` - 3. Verify the insalation with this command + 1. Verify the insalation with this command ```shell dotnet --version ``` + 1. Create dotnet symbolic link. Replace `` with your dotnet version e.g. 7.0.5 + + ```shell + ln -s ~/.splashkit/lib/linux/libsplashkit.so ~/.dotnet/shared/Microsoft.NetCore.App// + ``` + ### 3. Install Git - Run the following command @@ -183,7 +190,7 @@ and one to wpa_supplicant: nano ~/.emulationstation/es_systems.cfg ``` -8. Add the following to the file or downlaod a copy from +8. Add the following to the file or download a copy from [here](/docs/Splashkit/Applications/Arcade%20Machines/Arcade%20Machine%20Setup/Files/es_systems.cfg) ```config @@ -295,7 +302,7 @@ and one to wpa_supplicant: 4. Select Console Autologin - ![Rasberry Pi Boot Option Screen](/docs/Splashkit/Applications/Arcade%20Machines/Arcade%20Machine%20Setup/Images/ConsoleAutoLogin.png) + ![Rasberry Pi system Option Screen](/docs/Splashkit/Applications/Arcade%20Machines/Arcade%20Machine%20Setup/Images/ConsoleAutologin.png) 5. Return to main menu 6. Select Advanced Options From 85091697a0c2fa03ccaf68a372f596effe365a5e Mon Sep 17 00:00:00 2001 From: Wills2022 <102498796+Wills2022@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:08:54 +0800 Subject: [PATCH 2/3] Update Setup Arcade Machine.md Updated re feedback form peer review. --- .../Arcade Machine Setup/Setup Arcade Machine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md b/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md index 63823cafe..969abaef6 100644 --- a/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md +++ b/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md @@ -135,7 +135,7 @@ and one to wpa_supplicant: source ~/.bashrc ``` - 1. Verify the insalation with this command + 1. Verify the installation with this command ```shell dotnet --version @@ -298,11 +298,11 @@ and one to wpa_supplicant: 3. Select Boot / Auto Login - ![Rasberry Pi system Option Screen](/docs/Splashkit/Applications/Arcade%20Machines/Arcade%20Machine%20Setup/Images/BootAutoLogin.png) + ![Rasberry Pi Boot Option Screen](/docs/Splashkit/Applications/Arcade%20Machines/Arcade%20Machine%20Setup/Images/BootAutoLogin.png) 4. Select Console Autologin - ![Rasberry Pi system Option Screen](/docs/Splashkit/Applications/Arcade%20Machines/Arcade%20Machine%20Setup/Images/ConsoleAutologin.png) + ![Rasberry Pi System Option Screen](/docs/Splashkit/Applications/Arcade%20Machines/Arcade%20Machine%20Setup/Images/ConsoleAutologin.png) 5. Return to main menu 6. Select Advanced Options From 8a06d8f56b2782c872d7aab3592f6fa70bab1be9 Mon Sep 17 00:00:00 2001 From: Wills2022 <102498796+Wills2022@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:11:47 +0800 Subject: [PATCH 3/3] Rename Setup Arcade Machine.md to Setup Arcade Machine.mdx --- .../{Setup Arcade Machine.md => Setup Arcade Machine.mdx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/{Setup Arcade Machine.md => Setup Arcade Machine.mdx} (100%) diff --git a/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md b/docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.mdx similarity index 100% rename from docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.md rename to docs/Splashkit/Applications/Arcade Machines/Arcade Machine Setup/Setup Arcade Machine.mdx