pmm 0.0.1

Download Size md5 hashsort icon
pmm-0.0.1.tar.gz 1.56 MB 77cdd09d2676d4723efe45fb47235ff2
Downloaded 39704 times
Last updated: Wed, 24/04/2013 - 11:42

Building and Installing

-----------------------

To install for version control repository:

1. Enter base sorce directory.
2. Run ./bootstrap to set up building tools (autotools required)
3. Continue with the following instructions

To install from a source distribution (i.e. tar.gz)

4. Run ./configure with any specific options you wish, --prefix=<target dir>
is recommended as otherwise installed files will enter your base
system
5. Run "make"
6. Run "make install" (Do not skip this ... you will have difficulty
running compiled programs directly from the source tree as some of them
look for files in locations specific to the install.)