This wiki has been permanently archived. As such, editing and registration have been closed.

Joke pages/Get Gtoria Studio: Difference between revisions

From CollabVM Wiki, the horrible, autism-inducing, trash filled wiki, featuring people who can't speak English
Jump to navigation Jump to search
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!"
 
m 1 revision imported
 
(No difference)

Latest revision as of 00:05, 20 December 2024

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!