-
Notifications
You must be signed in to change notification settings - Fork 12
HOW TO: Setup your IDE to run this project from source
Francois Normandin edited this page Nov 2, 2020
·
2 revisions
To install the source code for the MQTT Broker on a local disk, you need to first install the dependencies. There will now be an asset added to each release with the full dependencies package configuration.
- Clone the project on local disk
- Download the Full.Project.Dependencies.vipc from the assets (see link example below)
- Apply the package with VIPM
- Open the MQTT Broker.lvproj file
To download the VIPC file as mentioned in item 2 of the above list, find the latest release and download the asset directly from that page. For example, released version 3.1.2 is located here:
https://github.com/LabVIEW-Open-Source/LV-MQTT-Broker/releases/tag/3.1.2
File name: Full.Project.Dependencies.vipc
Simply put, this VIPC file will contain all the necessary dependencies to open the MQTT Broker lvproj file, even if those dependencies are not yet available on the VIPM Community repository.