forked from four0four/ec2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
34 lines (25 loc) · 811 Bytes
/
INSTALL
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
ec2drv Specific Information
===========================
[mjs: updated for git and Mac OS X building]
If you got the source from Git:
-------------------------------
mkdir build; cd build
cmake ../src
make
make install
The make install step is not necessary for development as all
executabless can be run from with the source tree where that were
created.
General building notes:
-----------------------
Known dependencies (Linux):
GNU readline-dev libreadline5-dev
BOOST C++ Library libboost-regx-dev
python2.x
libusb
cmake
On Mac OS X, only BOOST and libusb are required; install them with
Homebrew or MacPorts. In the latter case, it is necessary to add
CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib
options to configure in order for it to locate the required headers
and libraries.