forked from NewCapital/FIX-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
28 lines (17 loc) · 687 Bytes
/
Copy pathINSTALL
File metadata and controls
28 lines (17 loc) · 687 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
Building FIX
Use the autogen script to prepare the build environment.
./autogen.sh
./configure
make
Always verify the signatures and checksums.
See doc/build-*.md for instructions on building fixd,
the intended-for-services, no-graphical-interface, reference
implementation of FIX.
Building FIX on Mac
Pre-requirements :
brew install autoconf automake berkeley-db4 libtool boost@1.57 miniupnpc openssl pkg-config protobuf qt5 zmq libevent librsvg
./autogen.sh
./configure LDFLAGS='-L/usr/local/opt/openssl/lib' CPPFLAGS='-I/usr/local/opt/openssl/include' PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig' --with-gui=qt5
make
To create DMG file :
make deploy