From 83dc2580d3ebb85c04b21bf8e314342759e366e4 Mon Sep 17 00:00:00 2001 From: Ethan Conneely Date: Sat, 16 Dec 2023 23:31:08 +0000 Subject: [PATCH] Fix build instructions due to lots of people having issues with silk having recently release 2.20 --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e735e989..f7a0ec80 100644 --- a/README.md +++ b/README.md @@ -11,23 +11,22 @@ Make sure you have all of the following installed: > [!WARNING] > DO NOT HAVE ANY SELF-CREATED FILES NAMED "Fushigi" ON YOUR DESKTOP. THEY WILL BE DELETED. +If all you want to do is run the latest version of the editor do this +if you want to update the editor just rerun this again + Open a CMD or terminal and run the following: ``` cd Desktop rm -rf Fushigi git clone https://github.com/shibbo/Fushigi.git -cd Fushigi -dotnet add Fushigi/Fushigi.csproj package NativeFileDialogSharp --version 0.6.0-alpha -dotnet add Fushigi/Fushigi.csproj package Newtonsoft.Json -dotnet add Fushigi/Fushigi.csproj package Silk.NET.Core -dotnet add Fushigi/Fushigi.csproj package Silk.NET.Input -dotnet add Fushigi/Fushigi.csproj package Silk.NET.Core -dotnet add Fushigi/Fushigi.csproj package Silk.NET.GLFW -dotnet add Fushigi/Fushigi.csproj package Silk.NET.OpenGL.Extensions.ImGui -dotnet add Fushigi/Fushigi.csproj package StbImageSharp -dotnet add Fushigi/Fushigi.csproj package ZstdSharp.Port -dotnet restore Fushigi/Fushigi.sln -dotnet build Fushigi/Fushigi.sln --no-restore +cd Fushigi/Fushigi +dotnet run -c Release +``` + +To run it once its been downloaded all you have to do then is this +``` +cd Desktop/Fushigi/Fushigi +dotnet run -c Release ``` You will now have either "Fushigi.exe" (if you are on Windows) or "Fushigi" (if you are not on windows) located on your desktop at Fushigi/Fushigi/bin/Debug/net8.0/