Skip to content
Nathan Osman edited this page Jul 22, 2016 · 15 revisions

Welcome to the NitroShare wiki!

This page contains information about how to build NitroShare from source, how the code for NitroShare is organized, and reference material for interacting with the application via its API and through the broadcast and transfer protocols.

Build Instructions

In order to build NitroShare on any platform, you must have the following installed:

  • CMake 3.2.0+
  • C++ compiler with support for C++11:
    • Microsoft Visual C++ 2013+
    • GCC 4.7+
    • Clang 3.1+
  • Qt 5.1+ (Qt 5.3+ required for building installers)

If you want to include support for the new local HTTP API, you will also need the following:

Instructions for building on each supported platform are provided below:

Usage

Reference

Clone this wiki locally