Installing GPM requires NI Package Manager. Please download and install NIPM before installing GPM.
NIPM Feeds
There are two available NIPM feeds:
- Master Feed
- This is the most stable release. It contains the official releases.
-
URL
https://s3-us-west-1.amazonaws.com/gpm-dist/master/
- Development Feed
- This feed contains beta release so you can get the newest features as soon as they're implemented.
-
URL
https://s3-us-west-1.amazonaws.com/gpm-dist/develop/
The following instructions assume you're installing the master feed. Simply replace the feed URL if you're interested in installing the development feed.
Interactive Install
Run this command to install GPM's package feed to your system then start the NIPM UI install process.
"C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" feed-add --system --name=mgi-gpm https://s3-us-west-1.amazonaws.com/gpm-dist/master/ && "C:\Program Files\National Instruments\NI Package Manager\NIPackageManager.exe" install gpm-windows --update-feeds
Silent Install
Run this command to install GPM's package feed to your system then silently install it. This command must be run from an elevated command prompt.
"C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" feed-add --system --name=mgi-gpm https://s3-us-west-1.amazonaws.com/gpm-dist/master/ && "C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" install gpm-windows --update-feeds -y
Manual Install
- Launch NI Package Manager
- Enable the Settings»Show available packages and feed management tools checkbox
- Go to Settings»Feeds and click the Add button
- Go to the Packages tab in the main NIPM window
- Find GPM in the list and click install!
Hint: Filter by Mainainter»Moore Good Ideas Inc to find it easier.