Skip to content

Instantly share code, notes, and snippets.

View spceaza's full-sized avatar

Cristian Sandoval-Pineda spceaza

  • Bogota, Colombia
View GitHub Profile
@blockspacer
blockspacer / build-qt-wasm.sh
Created March 4, 2019 07:58 — forked from cajus/build-qt-wasm.sh
Building Qt for WebAssembly
# Get dependencies in place (example for Debian based systems)
sudo apt-get build-dep --yes qt5-default
sudo apt-get install --yes libxcb-xinerama0-dev git python cmake default-jre
# Install Emscripten
git clone https://github.com/juj/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source emsdk_env.sh