forked from file/file
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.DEVELOPER
More file actions
40 lines (27 loc) · 726 Bytes
/
README.DEVELOPER
File metadata and controls
40 lines (27 loc) · 726 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
34
35
36
37
38
39
# How to get started developing
@(#) $File: README.DEVELOPER,v 1.5 2014/03/10 12:38:08 kim Exp $
## Auto files
After checking out the source, run the following:
autoreconf -f -i
./configure --disable-silent-rules
make -j4
make -C tests check
If you see errors, make sure you have the latest libtool and autoconf
This has been tested with autoconf-2.69 and libtool-2.4.2
## Installing dependencies
If your platform doesn't have the above tools, install the following
packages first.
### Debian
apt-get install \
automake \
gcc \
libtool \
make \
python \
zlib1g-dev \
See also `.travis.yml`.
### Mac OS X (MacPorts)
port install \
autoconf \
automake \
libtool \