summaryrefslogtreecommitdiff
path: root/src/INSTALL.binary
blob: 94ef1676fa84a673f15866d5f4b2c98c020ade26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Installing a binary GF distribution:

1. Untar the distribution file:

   $ gtar -zxf GF-2.0-[host].tar.gz

2. If you don't want to install the files under /usr/local, 
   run configure with the right installation prefix:

   E.g.

   $ ./configure --prefix=/usr

3. Install:

   $ make install