12-21-2007 03:09 PM
12-27-2007
10:48 AM
- last edited on
03-05-2025
04:54 PM
by
Content Cleaner
When using LabVIEW Project Explorer on a Linux system, you will not have the option to build an installer. However, you should be able to right-click build specifications in your project and select New >> Source Distribution. You might want to make sure that you have the LabVIEW Application Builder for Linux installed in addition to LabVIEW. Please let me know if this does not answer your question.
12-27-2007
04:17 PM
- last edited on
03-05-2025
04:54 PM
by
Content Cleaner
If the built application does not use any NI drivers, or NI-VISA then the only other component you will need is the LabVIEW Run-time Engine. You can download the version of the LabVIEW RTE that matches the version you built the application with from our download site https://www.ni.com/en/support/downloads/software-products/download.labview-runtime.html.
To install your application on another machine you should only need to install the LabVIEW RTE rpm(s) using rpm.:
rpm -Uvh *.rpm
Then copy your binary file your built with the application builder to the new machine and run it.
Shawn Bohrer
National Instruments