forked from buildgear/buildgear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
34 lines (19 loc) · 677 Bytes
/
INSTALL
File metadata and controls
34 lines (19 loc) · 677 Bytes
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
=== Build Gear Installation ===
1. Requirements
To compile Build Gear the following dependencies must be installed on your
build system:
* g++ (C++11 enabled)
* libcurl4-gnutls-dev or libcurl4-openssl-dev
* termcap
Note: termcap is usually bundled with ncurses/curses.
2. Installation from source
$ ./configure
$ make
$ make install
See ./configure --help for more options.
3. Installation via Ubuntu PPA
Build Gear can be installed via Ubuntu PPA. Simply do:
$ sudo apt-add-repository ppa:team-buildgear/buildgear
$ sudo apt-get update
$ sudo apt-get install buildgear
Tested using Ubuntu 12.10 64-bit (Minimal).