File: INSTALL

package info (click to toggle)
libqb 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,188 kB
  • sloc: ansic: 24,379; sh: 11,796; makefile: 401; python: 140
file content (58 lines) | stat: -rw-r--r-- 1,754 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
----------------------------------------------
The Quarterback library Installation Guide
----------------------------------------------
Please read COPYING for a description of the licensing of this software.

---------------------------------
* Platforms Built and Tested On *
---------------------------------
Quarterback has been tested on:
Linux: Fedora 12
OpenSolaris
BSD: FreeBSD
MacOSX: Darwin latest update

It should build and run properly on the tested platforms as well as possibly
others with minimal effort.  Quarterback requires a coherent mmap() system call
and will not operate on platforms which don't support coherent mmap().

----------------------------
* Building from git *
----------------------------
When building and installing from subversion, automake 2.61 or later is
required.  Prior versions will result in build failures.

Step 1: check out a copy of the repository
git clone git://git.fedoraprojects.org/git/quarterback

Find the version you want to build.  Usually this will be the "master"
branch.  If you want to build a specific released
version check 'git tag -l'.

Step 2: Generate the makefiles
balance: ./autogen.sh

Step 3: Run the configure script
Note that this will install to /usr by default to install to /usr/local use --prefix=/usr/local
balance: ./configure

Step 4: build
balance: make

Step 5: Install the binaries
balance: sudo make install

-------------------------
* Building from tarball *
-------------------------
The tarball is distributed with pregenerated makefiles.  There is no need
to run the autogen.sh script in this case.

Step 1: Run the configure script
balance:~/quarterback% ./configure

Step 2: Install the binaries
balance:~/quarterback% su
balance:~/quarterback# make install