tahoma2d/thirdparty/libmypaint
2019-09-12 19:26:16 -04:00
..
dist libmypaint DLL update (update provided by @blackwarthog) 2019-09-12 19:26:16 -04:00
license
.gitignore
download-all.sh libmypaint DLL update (update provided by @blackwarthog) 2019-09-12 19:26:16 -04:00
mingw-vars.sh libmypaint DLL update (update provided by @blackwarthog) 2019-09-12 19:26:16 -04:00
README libmypaint DLL update (update provided by @blackwarthog) 2019-09-12 19:26:16 -04:00
script-gettext.sh
script-iconv.sh
script-json-c.sh
script-libmypaint.sh
script-shell.sh

Scripts for cross-build libmypaint for Windows (MinGW) under Debian 8 Jessie and Debian 9 Stretch

1. install mingw toolchain (via apt-get for ex)

2. run ./build-all.sh

----------------

files:

  build-all.sh    - script to do all things
  
  build.sh        - build selected library (for ex: ./build.sh 64 json-c)
  
  download-all.sh - download and unpack all sources
  
  mingw-vars.sh   - configuration of MinGW toolchain, configured for Debian 8