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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,17 @@ UnityHubNative does not have every feature that the official hub has, namely ins
21
21
## Installation
22
22
This application is self-contained on Windows and macOS.
23
23
1. Open the [Releases](https://github.com/Ravbug/UnityHubNative/releases) section, and download the version for your platform.
24
-
2. Place the executable anywhere (Recommended `/Applications` on Mac and `C:\Program Files` on windows)
24
+
2. Place the executable anywhere. (Recommended `/Applications` on Mac, `C:\Program Files` on Windows, and `/usr/bin` on Linux)
25
25
3. Double click to run
26
26
27
27
## Application data files
28
28
This application stores its own files in an application data directory. If the application is behaving unexpectedly or is not working at all, try removing the folder at these locations:
At the moment, you cannot compile this application for Linux. Linux support is planned for the future, but is currently a low priority.
34
+
34
35
### macOS
35
36
1. Open `mac.xcodeproj` in Xcode.
36
37
2. Select `AppStatic` from the target selector.
@@ -39,6 +40,8 @@ At the moment, you cannot compile this application for Linux. Linux support is p
39
40
1. In the repository root folder, open `windows.sln`
40
41
2. select your configuration (Debug/Release, X86/x64)
41
42
3. Build.
43
+
### Linux
44
+
1. In the repository root folder, run `make`. The app will compile to `linux-build/`. If you are missing a dependency, the build system will stop and alert you with which dependency is missing.
42
45
43
46
## Issues
44
47
Please report all problems in the [Issues](https://github.com/Ravbug/wxWidgetsTemplate/issues) section of this repository.
0 commit comments