Joke pages/Get Gtoria Studio

Revision as of 13:27, 1 June 2022 by import>User3412 (Created page with "This is how to get gtoria studio source First, write an bash script with these lines <pre> echo "Gtoria Studio Source Downloader" echo "written by: user3412" wget dl.gtoria.com/GtoriaStudioSource.zip unzip GtoriaStudioSource.zip </pre> now heres an pre-written script that compiles for you <pre> make </pre> now run this command to test your gtoria studio build <pre> wine gtoriastudio.exe </pre> Bye Bye!")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is how to get gtoria studio source First, write an bash script with these lines

echo "Gtoria Studio Source Downloader"
echo "written by: user3412"
wget dl.gtoria.com/GtoriaStudioSource.zip
unzip GtoriaStudioSource.zip

now heres an pre-written script that compiles for you

make

now run this command to test your gtoria studio build

wine gtoriastudio.exe

Bye Bye!