File: INSTALL.mac

package info (click to toggle)
concordance 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,700 kB
  • sloc: cpp: 7,203; sh: 4,621; ansic: 882; python: 707; perl: 171; makefile: 132; xml: 34
file content (47 lines) | stat: -rw-r--r-- 1,259 bytes parent folder | download | duplicates (8)
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
==== BASIC INSTALLATION ====

0. INSTALL REQUIRED SOFTWARE

  A. You'll need the Xcode tools installed before you can do anything.

  B. You *MUST* install libusb. It's fairly straight forward to install, it should
     be:
       ./configure --prefix=/usr
       make
       sudo make install

     If you get errors about -System while building libusb, upgrade your version of
     Xcode.

  C. Install libconcord - also from the concordance project. See the install
     instructions provided with libconcord.

1. BUILD THE SOFTARE

   As a normal user...
     A. ***IF**** You are building from CVS, run "autoreconf --install"
     B. Run "./configure"
     C. Run "make"

Various options, such as '--prefix' are available to the configure script to
help you choose where software gets installed and how it is built.

2. INSTALL THE SOFTWARE

As root, simply run "make install"


==== EXTRA INSTALL NOTES ====
By default this software installs in /usr/local/lib. You can override the PREFIX
(/usr/local) by passing a PREFIX variable to make:

  make PREFIX=/usr


==== RUNNING THE SOFTWARE IN MAC ====

Unlike other libusb platforms, you do not have to have root access to use
libusb, thus you can run concordance as an ordinary user.


vim:textwidth=78: