richardmillen / zguide-examples

Implementations of the 0MQ examples in the guide.
http://zguide.zeromq.org/page:all
4 stars 0 forks source link

Try out SCons for building the examples #41

Open richardmillen opened 7 years ago

richardmillen commented 7 years ago

These examples need a cross-platform build system.

The obvious choices seem to be Make, CMake and SCons.

I have basic knowledge of Make, no experience with CMake and am reasonably proficient with Python, so...