We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NitroShare can be built on macOS.
Download and install the following tools:
Ensure that the bin directory for CMake and Qt have been added to /etc/paths.
bin
/etc/paths
Open the terminal app, change to the root source directory, and build the project:
mkdir build && cd build cmake .. make
The NitroShare bundle will be in the out/ directory and can be run with:
out/
open out/nitroshare.app
Run the following command to build a compressed disk image:
make dmg