Last change
on this file since 1101 was 1097, checked in by s10k, 7 years ago |
added quazip / zlib pre-compiled for macos (if you want you can always compile them yourself with the source)
|
-
Property svn:eol-style
set to
native
|
File size:
258 bytes
|
Line | |
---|
1 | prefix=/usr/local
|
---|
2 | exec_prefix=${prefix}
|
---|
3 | libdir=${exec_prefix}/lib
|
---|
4 | sharedlibdir=${libdir}
|
---|
5 | includedir=${prefix}/include
|
---|
6 |
|
---|
7 | Name: zlib
|
---|
8 | Description: zlib compression library
|
---|
9 | Version: 1.2.8
|
---|
10 |
|
---|
11 | Requires:
|
---|
12 | Libs: -L${libdir} -L${sharedlibdir} -lz
|
---|
13 | Cflags: -I${includedir}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.