Changes between Version 4 and Version 5 of Building/MSWindows
- Timestamp:
- 01/31/17 08:02:39 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/MSWindows
v4 v5 21 21 export XPKG="mingw-w64-x86_64-" 22 22 #most packages get installed here: (python, gtk, etc): 23 pacman --noconfirm -S ${XPKG}python2 ${XPKG}python2-pygtk ${XPKG}gtkglext 23 pacman --noconfirm -S ${XPKG}python2 ${XPKG}python2-pygtk ${XPKG}gtkglext ${XPKG}python2-gobject 24 24 #media libraries (more than we actually need): 25 25 pacman --noconfirm -S ${XPKG}ffmpeg ${XPKG}gst-plugins-good ${XPKG}gst-plugins-bad ${XPKG}gst-plugins-ugly