nanomsgxx.7.ronn 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. nanomsgxx(7) -- C++11 binding for nanomsg
  2. =========================================
  3. ## SYNOPSIS
  4. c++ -std=c++11 [flags] files **-lnnxx** [libraries]
  5. ## DESCRIPTION
  6. **nanomsgxx** is a binding of the **nanomsg** library for C++11, it is designed
  7. to take full advantage of C++11 features in order to make the code safe and easy
  8. to read and write.
  9. ## LICENSE
  10. **nanomsgxx** is released under the MIT license, you should have got a copy of
  11. the license along with the sources.
  12. ## INSTALL
  13. **nanomsgxx** build is driven by **waf**.
  14. waf is packaged with nanomsgxx, all you need a python interpreter, then run
  15. these commands:
  16. **
  17. ./waf configure
  18. ./waf build
  19. ./waf install**
  20. The library and headers will be installed on your system and you'll be able to
  21. link your programs with **-lnnxx**.
  22. ## RESOURCES
  23. [Nanomsg](http://nanomsg.org/index.html)
  24. [The Waf Book](https://waf.io/book/)
  25. [MIT License](http://opensource.org/licenses/MIT)
  26. ## SEE ALSO
  27. nnxx(3)
  28. nnxx::this_thread(3)
  29. nanomsgxx-design(7)
  30. nanomsgxx-messages(7)
  31. nanomsgxx-sockets(7)
  32. nanomsgxx-polling(7)
  33. nanomsg(7)
  34. ## AUTHORS
  35. Achille Roussel