Skip to content

Instantly share code, notes, and snippets.

@Nixes
Last active February 13, 2016 02:26
Show Gist options
  • Save Nixes/7613df4e27e360470242 to your computer and use it in GitHub Desktop.
Save Nixes/7613df4e27e360470242 to your computer and use it in GitHub Desktop.
Fixing rust piston dependencies on windows

General instructions for fixing the dependencies required for piston on windows:

  • install msys2
  • configure msys2 database (look for some general config instructions)
  • install relevant libfreetype through pacman package manager
  • copy libfreetype .a files from mingw folder into rust lib folder, rename so that they follow libfreetype-6.a pattern
  • add C:\msys64\mingw64\bin to path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment