Bump version to 1.0rc13
[spkg.git] / INSTALL
blob05a397ae48a38aa1263062a53e9464beebfb1604
1 spkg - The Unofficial Slackware Linux Package Manager
2 -----------------------------------------------------
4 Dependencies
5 ------------
7   Judy >= 1.0.3         http://judy.sourceforge.net
8   glib >= 2.2.1         general purpose C library
9   popt >= 1.7           command line parser
10   zlib >= 1.1.4         zlib (de)compression library
12   Optional:
13   lzma >= 4.32.0beta3   lzma utils: http://tukaani.org/lzma
15   Lzma utils are not required on compile time. If you want to install
16   tlz packages just make sure you have lzma binary in your PATH.
19 Installation instructions
20 -------------------------
22   # ./configure
23   # make
24   # make install
26 If you are creating package that you want to be usable on older systems
27 I recomend to use --enable-static-spkg=only confiure option. Resulting
28 binary will be a bit bloated (800kB), but you will be able to use it
29 everywhere.