summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 10f62197bc78662ab454d17649dc6da2d4784a8d (plain)
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

In the toplevel source directory (the one containing the INSTALL file):

    make rpm

      This will make an RPM, and put it in the subdirectory 
      RPMS/<ARCH>/fastback-<VERSION>-<REVISION>.rpm

  You can also do a

    make 
    make install

  for a more traditional, non-rpm, build and install.

Requirements:

  BuildRequires:
     openssl-devel
     libcurl-devel
     g++

  Requires:
    openssl
    libcurl
    ssh