forked from quickfix/quickfix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (16 loc) · 678 Bytes
/
README
File metadata and controls
24 lines (16 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
BUILDING AND INSTALLING
Full instructions:
See doc/html/building.html
Quick instructions:
./bootstrap
./configure
make
make check
sudo make install
SYSTEM REQUIREMENTS
REDHAT/CENTOS 5.x
Required: sudo yum install gcc-c++ automake autoconf libtool libxml2 libxml2-devel
Optional: sudo yum install postgresql-devel ruby-devel postgresql-server mysql-server mysql-client mysql-devel libxslt
UBUNTU
Required: sudo apt-get install g++ automake libtool libxml2 libxml2-dev
Optional: sudo apt-get install ruby ruby-dev libmysqlclient-dev libpq-dev mysql-server postgresql xsltproc