This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 9d3195c7182982ff382e521595ec76fce7be5d48 Author: David Capello <[email protected]> Date: Mon Apr 11 19:25:54 2016 -0300 Update INSTALL.md because we need awk to compile libpng (issue #1054) --- INSTALL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 38fa3c2..b28d18b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -44,7 +44,10 @@ On Windows you can use programs like Aseprite uses the latest version of [CMake](http://www.cmake.org/) (3.0 or greater) as its build system. Also we use [Ninja](https://ninja-build.org) build files regularly instead of -Visual Studio or Xcode projects. +Visual Studio or Xcode projects. Finally, you will need `awk` utility +to compile the embedded (non-shared version of) libpng library (on +Windows you can get this utility from MSYS2 distributions, +e.g. [MozillaBuild](https://wiki.mozilla.org/MozillaBuild)). Aseprite can be compiled with two different back-ends: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

