Skip to content

Latest commit

 

History

History
119 lines (89 loc) · 2.32 KB

File metadata and controls

119 lines (89 loc) · 2.32 KB

Electron

Go into electron run npm install and then you can do whatever you want it it like run it from source with npm start or build it with npm dist

Tauri

Go into tauri and then npm install and then run npm run tauri build to build it or run cargo run --release inside of src-tauri to run it!!!!!

SDL

Go inside of native and if ur on windows you have to install msys and install gtk3 and make. for linux just install gtk3 and make. then run make!

GTK

TL;DR: Cd into native-gtk and run make

Deps:

  • gtk3
  • make

Fedora:

sudo dnf install -y gcc make pkgconf-pkg-config gtk3-devel

Ubuntu/Debian based:

sudo apt update
sudo apt install -y build-essential pkg-config libgtk-3-dev

Arch Linux:

sudo pacman -S --needed base-devel pkgconf gtk3

Release build:

make

Debug build:

make debug

Running:

make run

Clean:

make clean

Rust

Ensure you are in the rust directory and have Rust installed. Run cargo build -r.

iOS

your on your own gang

Android

install android command line tools and run this in your terminal

./gradlew assembleDebug

PSVita

your on your own gang

3DS

your on your own gang

DS / DSi

install BlocksDS and then run make in the ds directory

Tizen

i have no clue

Visual Studio Code

npm install
npm install -g vsce
vsce package

UWP

open it in visual studio 2017 and just run it

Windows Phone 8.1

open it in visual studio 2015 and just run it

PSP

i have no clue

webOS

You need to download and install npm

Install the ares cli with this comand:

$ npm install -g @webos-tools/cli

It is recommended you set up your TV if you want to run this, see the installation docs

Now just package the ipk:

$ ares-package .

Flash (ActionScript 2)

open it in adobe flash/animate and just run it (modern animate may not work i (leap the person who did both flash ports) used flash cs6 so i can't confirm)

Flash (ActionScript 3)

install apache flex and run this to build the swf

mxmlc -source-path=flash-as3 flash-as3/com/weenie/googleballs/Main.as -o googleballs.swf