From fd15b4be9734d6a70cf9240880777c772a5bceb7 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 29 May 2015 11:54:37 -0300 Subject: [PATCH] Update third_party/README.md --- third_party/README.md | 3 +++ third_party/README.txt | 56 ------------------------------------------ 2 files changed, 3 insertions(+), 56 deletions(-) create mode 100644 third_party/README.md delete mode 100644 third_party/README.txt diff --git a/third_party/README.md b/third_party/README.md new file mode 100644 index 000000000..3b30254d7 --- /dev/null +++ b/third_party/README.md @@ -0,0 +1,3 @@ +Here are third party libraries with necessary components for Aseprite. +Some directories are git submodules, and other are just a copy of its +original package. diff --git a/third_party/README.txt b/third_party/README.txt deleted file mode 100644 index 4b46aa572..000000000 --- a/third_party/README.txt +++ /dev/null @@ -1,56 +0,0 @@ -Here are third-party libraries from other people with necessary -componentes for ASE only, I removed some unnecessary files. - -gfli/ - - Routines to load/save FLI/FLC files. This is a shortened and - modified version of gfli 1.3 (I fix some bugs with color chunks), - you can get the entire package from: - - http://www.gimp.org/ (search in the plug-ins) - -jpeg/ - - Routines to load/save JPEG files. This is a shortened version of - jpeg 6b, you can get the entire package from: - - http://www.ijg.org/ - -libart_lgpl/ - - Routines to handle paths. This is a shortened version of libart - 2.3.3, you can get the entire package from: - - http://www.levien.com/libart/ - -libgd/ - - Routines to manage images. This is a shortened version of libgd - 2.0.35, you can get the entire package from: - - http://www.libgd.org/ - -libpng/ - - Routines to load/save PNG files. This is a shortened version of - libpng 1.2.20, you can get the entire package from: - - http://www.libpng.org/ - -lua/ - - Routines to do scripting. This is a shortened and modified version - of lua 5.0, you can get the entire package from: - - http://www.lua.org/ - - Also, this version has a patch to make the operator != works like ~= - -zlib/ - - Used by libpng. This is a shortened version of zlib 1.2.3. - - http://www.zlib.net/ - ----------------------------------------------------------------------- - David A. Capello