• Introduction
  • Getting Started
    • Requirements
    • Build & Install n3rv
    • First Program
    • Running Examples
  • Technical Overview
  • HowTos
  • API Reference
  • A word on Security
  • FAQ

Getting StartedΒΆ

The following guide explains how to get started with the n3rv framework from the beginning.

  • Requirements
    • What do i need to use n3rv ?
      • Prior knowledge
      • OS and tools
      • library dependancies
  • Build & Install n3rv
    • How to build n3rv
    • Protobuf Support
    • Building Examples
    • Building Tests
    • Troubleshooting Build errors
      • Missing Header zmq.hpp
      • Undefined reference to getnameinfo / NI_MAXHOST / NI_NUMERICSERV
      • Undefined reference to ev_http_*
  • First Program
    • Your first Program: Hello World !
      • Required Headers
      • Sender Service Class
      • Receiver Service Class
      • Instanciating All: main()
      • Full Code
    • Compile & Run
  • Running Examples