enewhuis / liquibook

Modern C++ order matching engine
Other
1.15k stars 380 forks source link

Request for comments on compiling within an osx box #7

Closed montoyaedu closed 8 years ago

montoyaedu commented 9 years ago

Hello,

In order to compile liquibook on an osx box i needed to apply the following modifications.

bibliography and external sources:

  1. https://github.com/objectcomputing/quickfast/pull/130
  2. http://web.archive.org/web/20100517095152/http://www.wand.net.nz/~smr26/wordpress/2009/01/19/monotonic-time-in-mac-os-x/comment-page-1/
  3. http://web.archive.org/web/20100501115556/http://le-depotoir.googlecode.com/svn/trunk/misc/clock_gettime_stub.c

Please verify if they can be merged.

Thanks,

Edu.

iamtheschmitzer commented 9 years ago

Thanks for your contribution.

Can you split this into two - requests, one for env.sh, the other for lt_order_book.cpp?

The latter will be difficult to merge, since it has a different license, so may take some time.

iamtheschmitzer commented 8 years ago

I've committed the env.sh change.