Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > aa0386073765aea05155b9da75187edf > files > 8

libdockapp0-devel-0.4.0-4mdv2008.1.i586.rpm

Installation Instructions for Building/Installing libDockApp
------------------------------------------------------------


SUPPORTED PLATFORMS
===================
(ie: Window Maker works on these platforms so I'm sure this will do as well)

- Intel GNU/Linux Slackware 3.5 (primary platform)
- Intel GNU/Linux other distributions
- Sparc GNU/Linux RedHat 5.1
- PowerPC GNU/MkLinux
- Alpha GNU/Linux RedHat 5.1
- FreeBSD
- NetBSD
- OpenBSD
- BSDI 4.0
- Solaris 2.5.1, 2.5.2
- Solaris 2.6.0
- Solaris 2.7beta
- SCO Unix
- SGI Irix 5.x, 6.5
- OSF/1
- HP-UX
- AIX 3.2.5
- AIX 4.1.4 / IBM PowerPC
- AIX 4.3.1 / IBM CC compiler
- AIX 4.3.2 / IBM PowerPC
- AIX 5.3
- DEC Alpha/Digital UNIX 4.x
- XFree86 / OS/2
- Corel NetWinder
- SunOS 4.x
- PowerMac / Power MachTen 4.1.1 over MacOS
- Amiga 3000 running RedHat Linux 5.1 (Rawhide)

Patches to make it work on other platforms are welcome.


REQUIREMENTS:
=============

The following software is required to use Window Maker:

- X11R6.x
	Any version of X that has Shape Extension support will most likely
	work. We don't do anythign fancy.

- autoconf, automake and libtool
	These tools are NOT needed, but IF you have one or
	more of them installed, make sure you have ALL of the following
	with exactly these versions:
		autoconf 2.13
		automake 1.4
		libtool 1.3
	If you have a different version, disable them by temporarily
	renaming them to something else or uninstalling them from your
	system. If you don't develop software you don't need them,
	so you can safely uninstall.

- libXPM 4.7 or newer
	Older versions may not work!!!
	Available at ftp://sunsite.unc.edu/pub/Linux/libs/X/


INSTALLATION:
=============

Build libDockApp
----------------
	For a quick start, type the following in your shell prompt:

	./configure
	make

	then, login as root and type:

	make install

	or if you want to strip the debugging symbols from the binaries and make them
	smaller, you can instead type:

	make install-strip

	This will build and install libDockApp with default parameters.

	(on some platforms you may need to run ldconfig with proper paramters
	check man ldconfig in those cases. On FreeBSD this is not necesarry
	as libtool already takes care of this for you during install phase)