Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 93371dd09e0ee562fdf1067b862a2b43 > files > 5

libskyutils1-1.14-1mdk.i586.rpm

SkyUtils Version 1.14
(c) Christophe CALMEJANE 'Ze KiLleR / SkyTech'
URL    : http://zekiller.skytech.org
mailto : zekiller@skytech.org

This package contains utils functions that I use in many
of my projects. From chained list to HTTP protocole, you
may find many useful functions.

I> Compilation
  Just type 'make'

II> Installation
  Become root, and type 'make install'.
  Do not forget to 'ldconfig' and check your /etc/ld.so.conf for the "/usr/local/lib" line.

II> Uninstall
  Type 'make uninstall'.

NOTES : If you are using SUN-OS, change this in Makefile :
all : $(STATICVERSION) $(DYNAMICVERSION)
to
all : $(STATICVERSION)
and remove all lines containing $(DYNAMICVERSION) in the install and uninstall sections