Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Oct 2, 2023
1 parent 6ba180f commit ecadcff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ Now you can create a build (either on commmand line or by setting these variable
2. Get Input SDK - it contains pre-built dependencies of libraries used by Input

- Check what SDK version is currently in use - look for `INPUT_SDK_VERSION` in `.github/workflows/macos.yml`
- Download Input SDK for Ubuntu - go to https://github.com/merginmaps/input-sdk/releases and download the built SDK.
- Download Input SDK for `osx` - go to https://github.com/merginmaps/input-sdk/releases and download the built SDK.
- Unpack the downloaded .tar.gz to `~/input-sdk/x64-osx`

3. Get Qt libraries - Ubuntu's system libraries are too old, and currently Input SDK does not include Qt SDK.
3. Get Qt libraries - Input SDK does not include Qt SDK

- Check what Qt version is currently in use - look for `QT_VERSION` in `.github/workflows/macos.yml`
- Download Qt online installer from https://www.qt.io/download-open-source
Expand Down

0 comments on commit ecadcff

Please sign in to comment.