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 COPYING.LIB -> COPYING_LIB 2017-08-04 14:54:03 +09:00
.gitignore MyPaint brushes for OpenToonz raster levels (#1124) 2017-08-04 12:31:50 +09:00
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 MyPaint brushes for OpenToonz raster levels (#1124) 2017-08-04 12:31:50 +09:00
script-iconv.sh MyPaint brushes for OpenToonz raster levels (#1124) 2017-08-04 12:31:50 +09:00
script-json-c.sh MyPaint brushes for OpenToonz raster levels (#1124) 2017-08-04 12:31:50 +09:00
script-libmypaint.sh MyPaint brushes for OpenToonz raster levels (#1124) 2017-08-04 12:31:50 +09:00
script-shell.sh MyPaint brushes for OpenToonz raster levels (#1124) 2017-08-04 12:31:50 +09:00

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