Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka authored Aug 19, 2021
1 parent 33b5b6d commit ba35264
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ The system is comprised of a compiler for generating C++ message and field encod
decoders and instantiation tables; a runtime library to support the generated code
and framework; and a set of complete client/server test applications.

[Fix8 Market Tech](https://www.fix8mt.com/) develops and maintains Fix8, [Fix8Pro and UFE](https://www.fix8mt.com), the commercially supported version of Fix8.
[Fix8 Market Tech](https://www.fix8mt.com/) develops and maintains Fix8, [Fix8Pro and UFE](https://www.fix8mt.com), the commercially supported version of Fix8.

**For enterprise use we recommend Fix8Pro.**

## Contents

Expand Down Expand Up @@ -233,8 +235,8 @@ If you wish to use BerkeleyDB for message persistence:
The build system is based on automake/autoconf/libtool.
You **must** have [libtool](http://www.gnu.org/software/libtool/) installed to build.

% tar xvzf 1.4.1.tar.gz
% cd fix8-1.4.1
% tar xvzf 1.4.2.tar.gz
% cd fix8-1.4.2
% ./bootstrap
% ./configure
% make
Expand All @@ -248,8 +250,8 @@ If you have built the test cases, you can also run them as follows:

You **must** have [glibtool, autotools](http://www.jattcode.com/installing-autoconf-automake-libtool-on-mac-osx-mountain-lion/) installed to build.

% tar xvzf 1.4.1.tar.gz
% cd fix8-1.4.1
% tar xvzf 1.4.2.tar.gz
% cd fix8-1.4.2
% export LIBTOOLIZE=`which glibtoolize`
% ./bootstrap
% ./configure
Expand Down

0 comments on commit ba35264

Please sign in to comment.