Add a simple top-level makefile.unix for quick & easy build.

Just use:
  make -f makefile.unix
instead of the autoconf system.

Change-Id: Idcedfd22e543023d1731f5753fb4958f02d0dd75
This commit is contained in:
Pascal Massimino
2011-02-20 11:11:55 -08:00
parent 5f36b94403
commit f7a9549dcb
2 changed files with 68 additions and 0 deletions

13
README
View File

@@ -36,6 +36,19 @@ the directory output\release-static\x86\bin will contain the tools
cweb.exe and dweb.exe. The directory output\release-static\x86\lib will
contains the libwebp static library.
Unix build using makefile.unix:
-------------------------------
On platforms with GNU tools installed (gcc and make), running
make -f makefile.unix
will build the binaries examples/cwebp and examples/dwebp, along
with the static library src/libwebp.a. No system-wide installation
is supplied, as this is a simple alternative to the full installation
system based on the autoconf tools (see below).
Please refer the makefile.unix for additional details and customizations.
Using autoconf tools:
---------------------
./configure