| 1 |
This is the libumem package. |
|---|
| 2 |
This document describes the actions needed to build the pre-release |
|---|
| 3 |
or subversion version of the package. See end of file for copying conditions. |
|---|
| 4 |
|
|---|
| 5 |
* Introduction |
|---|
| 6 |
|
|---|
| 7 |
This is a *pre-release* version, and not ready for production use yet. If |
|---|
| 8 |
you are taking source from subversion, you will need to have libtool, automake, |
|---|
| 9 |
and autoconf installed to help contribute. See the chapter `Building' for the |
|---|
| 10 |
detailed instructions. The script autogen.sh is provided to help autoconfigure |
|---|
| 11 |
libumem from the cvs src. After you run autogen.sh, there should be a file |
|---|
| 12 |
'INSTALL' with (generic) installation instructions. Package-specific |
|---|
| 13 |
installation instructions are set forth in the file README. |
|---|
| 14 |
|
|---|
| 15 |
Please, note that the accompanying documentation may be inaccurate or |
|---|
| 16 |
incomplete. The subversion history is the authoritative documentation of all |
|---|
| 17 |
recent changes. |
|---|
| 18 |
|
|---|
| 19 |
Report bugs at https://labs.omniti.com/trac/portableumem/newticket |
|---|
| 20 |
|
|---|
| 21 |
* Checking Out the Sources |
|---|
| 22 |
|
|---|
| 23 |
The following instructions apply if you wish to obtain sources from |
|---|
| 24 |
the subversion repository: |
|---|
| 25 |
|
|---|
| 26 |
To checkout the source tree from subversion issue the following command: |
|---|
| 27 |
|
|---|
| 28 |
svn co https://labs.omniti.com/portableumem/trunk portable-umem |
|---|
| 29 |
|
|---|
| 30 |
* Building |
|---|
| 31 |
|
|---|
| 32 |
In order to build this you will first need to have right versions |
|---|
| 33 |
of autotools and some auxiliary GNU programs. At the time of this |
|---|
| 34 |
writing these are: |
|---|
| 35 |
|
|---|
| 36 |
Package Version (>=) |
|---|
| 37 |
======== ============ |
|---|
| 38 |
automake 1.4 |
|---|
| 39 |
autoconf 2.50 |
|---|
| 40 |
libtool 1.5.0 |
|---|
| 41 |
|
|---|
| 42 |
To prepare the package for building run autogen.sh. Then run |
|---|
| 43 |
./configure with the desired options (See INSTALL and README for the |
|---|
| 44 |
detailed instructions). Finally, run make. Notice that the first make |
|---|
| 45 |
of the package should be made in the source directory. Subsequent |
|---|
| 46 |
makes can use build directory different from the source one. |
|---|
| 47 |
|
|---|
| 48 |
* Copyright information: |
|---|
| 49 |
|
|---|
| 50 |
Please see COPYRIGHT and OPENSOLARIS.LICENSE for the copyright |
|---|
| 51 |
and license details. |
|---|