FellowTraveler / Open-Transactions-old

Open-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
http://opentransactions.org
408 stars 84 forks source link

Move the MacOSX install guide to make use of Clang #143

Closed da2ce7 closed 11 years ago

da2ce7 commented 11 years ago

Instead of using the out-of-date GCC 4.2 (that comes with xcode). I have solved the remaining issues with Clang (the C++X11 version is still broken).

This will enable faster builds on mac. But more importantly, it is now with a compiler that is actively supported and being worked on.

I've also fixed a homebrew ZMQ bug. This bug was created from ZMQ homebrew being upgraded to the 3.xx branch, while we are still using the 2.xx branch. The install guide now manually checkouts the correct ZMQ brew recipe.