https://github.com/paperclover/gms2-linux
https://github.com/paperclover/gms2-linux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paperclover/gms2-linux
- Owner: paperclover
- License: mit
- Created: 2020-01-04T21:16:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T21:36:35.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T04:47:02.420Z (10 months ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GameMaker Studio 2 for Linux
This Repository is two parts:
- a script for installing GameMaker Studio 2 on Debian-based machines
- a modified version of my [gamemaker-rubber](https://github.com/imdaveead/gamemaker-rubber) utility, to be used with the install script.
## Install
You will need
- A debian based computer (requires: `apt-get`, `bash`, `sudo`)
- An internet connection
download and install setupstudio2
```sh
wget https://davecode.me/setupstudio2
chmod +x ./setupstudio2
sudo ./setupstudio2
```
> The file on my website is just a redirect to the repository, faster to type
A second terminal window should open with more detailed instructions on what to do with all the GUI
elements and setup instructions.