You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/nitroshare/nitroshare-desktop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
6
6
A cross-platform network file transfer application designed to make transferring any file to any device as painless as possible.
@@ -10,121 +10,17 @@ A cross-platform network file transfer application designed to make transferring
10
10
* Runs on Windows / Mac OS X / Linux
11
11
* Automatic discovery of devices on the local network
12
12
* Simple and intuitive user interface
13
+
* Incredibly fast transfer speeds
13
14
* Transfer entire directories
15
+
* Optional TLS encryption
16
+
* Local HTTP API
14
17
* Completely free and open-source
15
18
16
-
### Build Requirements
19
+
### Download
17
20
18
-
The requirements for building NitroShare are as follows:
21
+
Downloads can be found on the NitroShare website:
22
+
https://nitroshare.net
19
23
20
-
* CMake 3.2.0+
21
-
* C++ compiler with support for C++11:
22
-
* Microsoft Visual C++ 2013+
23
-
* GCC 4.7+
24
-
* Clang 3.1+
25
-
* Qt 5.1+ (Qt 5.3+ required for building installers)
24
+
### Documentation
26
25
27
-
On supported Linux platforms, NitroShare can be built with support for [application indicators](https://unity.ubuntu.com/projects/appindicators/). This feature is enabled when the following development packages are installed:
28
-
29
-
* GTK+ 2
30
-
* libappindicator
31
-
* libnotify
32
-
33
-
### Building the Application
34
-
35
-
The instructions below describe the build process for each of the supported platforms.
36
-
37
-
#### Ubuntu 14.04, 14.10, 15.04, & 15.10
38
-
39
-
1. Versions of Ubuntu prior to 15.10 (Wily Werewolf) include an outdated version of CMake and therefore you will need to add the following PPA before installing CMake:
5. The NitroShare binary will be in the `out\` directory and can be run with:
84
-
85
-
out\nitroshare.exe
86
-
87
-
> **Note:** if you receive an error similar to "The program can't start because [...].dll is missing from your computer.", then you will need to manually copy the Qt DLLs to the same directory as the executable. (This is done automatically for Qt 5.2+.)
Building the installers for 32 and 64-bit editions of Windows requires [Inno Setup](http://www.jrsoftware.org/isinfo.php).
121
-
122
-
Run the following command to build a Windows EXE installer:
123
-
124
-
nmake exe
125
-
126
-
#### OS X
127
-
128
-
Run the following command to build a compressed disk image:
129
-
130
-
make dmg
26
+
Instructions for building NitroShare from source as well as protocol descriptions can be found on [the GitHub wiki](https://github.com/nitroshare/nitroshare-desktop/wiki).
0 commit comments