Are there pre-built per-platform binaries for the AMQP libraries SimpleAmqpClient & rabbitmq-c (and if no, what would be the reason)?
Asked
Active
Viewed 309 times
1 Answers
2
you are really expected to build from source. Some open source sites will not allow binaries to be directly distributed, there is also the matter of choosing your own optimizations during compile time. Also, SimpleAmqpClient is C++ and the generated binaries are very toolchain specific.

pbhowmick
- 1,093
- 11
- 26