Skip to content

Instantly share code, notes, and snippets.

@euank
euank / Steam-runtime build.md
Last active August 29, 2015 13:57
ponscripter steam runtime build

ponscripter-fork build for steam.

The machine I used was running 32-bit ubuntu server, 12.04. I think it needs to be 32 bit to easily do these steps or else there's some issues with the configure script.

sudo apt-get install git build-essential automake

wget http://media.steampowered.com/client/runtime/steam-runtime-sdk_latest.tar.xz
tar xvf steam-runtime-sdk_latest.tar.xz
cd steam-runtime-sdk*
@euank
euank / Windows compile.md
Last active November 4, 2021 22:03
Build instructions for ponscripter-fork on windows. Possibly outdated (see project's instructions instead)

Install MinGW. Within it select the following items:

  • mingw32-libz (dev/dll)
  • mingw32-autoconf
  • mingw32-automake
  • mingw32-gcc
  • mingw32-gcc-g++
  • msys-core

Afterwards, run the pi.bat (postinstall) script that should be at C:\MinGW\msys\1.0\postinstall\pi.sh