Skip to content

Commit 8066247

Browse files
authored
Update linux compile instructions
1 parent 95458d4 commit 8066247

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ UnityHubNative does not have every feature that the official hub has, namely ins
2121
## Installation
2222
This application is self-contained on Windows and macOS.
2323
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)
2525
3. Double click to run
2626

2727
## Application data files
2828
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:
2929
- macOS: `~/Library/Application Support/UnityHubNative`
3030
- Windows: `%APPDATA%/UnityHubNative`
31+
- Linux: `~/UnityHubNative`
3132

3233
## Compiling it yourself
33-
At the moment, you cannot compile this application for Linux. Linux support is planned for the future, but is currently a low priority.
34+
3435
### macOS
3536
1. Open `mac.xcodeproj` in Xcode.
3637
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
3940
1. In the repository root folder, open `windows.sln`
4041
2. select your configuration (Debug/Release, X86/x64)
4142
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.
4245

4346
## Issues
4447
Please report all problems in the [Issues](https://github.com/Ravbug/wxWidgetsTemplate/issues) section of this repository.

0 commit comments

Comments
 (0)