Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrichsenhans authored Nov 12, 2020
1 parent 6d0ff9b commit 9986665
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ EosCueListLabeller is a demo project that shows how to use EosSyncLib to obtain
![Example Screenshot](screenshot.png?raw=true "Example Screenshot")

## Dependencies
This app was written using MSVC2019, 64-bit, and Qt 5.15.1, and targeted for Windows systems.
This app was written using C++11, MSVC2019, 64-bit, Qt 5.15.1, and targeted for Windows systems.

To compile, you will need to have a Qt5 installation (an open-source version is available at qt.io), and define a system variable QTROOT to be the directory where you have the Qt installation (usually the same directory that you have the Qt maintenance tool installed).
To compile, you will need to have a Qt5 installation (an open-source version is available at www.qt.io).
Next, define a system variable QTROOT to be the root directory for your Qt installation (usually the same directory that you have the Qt maintenance tool installed - e.g. "C:\Qt\").

Modify the QtCommon.props file (use the "Property Manager" in Visual Studio, and modify the QtCommon property group under the EosCueListLabeller project) for the particular Qt version you are using - e.g. $(QTROOT)\5.15.1\msvc2019_64

Expand All @@ -17,7 +18,7 @@ The project file will automatically run Qt moc and windeployqt during the build.


## Limitations
As a quick demo applications, there are a few limitations.
As a quick demo application, there are a few limitations.

The app is hard-coded to connect to 127.0.0.1 (localhost) and attempt to communicate with a running system using OSC TCP version 1.0 at port 3032.

Expand Down

0 comments on commit 9986665

Please sign in to comment.