Jump to content

Yaw Mensah

Members
  • Posts

    30
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Yaw Mensah

  1. I am trying to install the package manager, vipm-17.0.2018-linux, for LabView on Debian Linux and it is a total mess.

    I copied the folder /JKI and all the contents to /usr/local. And installed the rpm files in the LabVIEW2015SP1RTE_Linux folder by converting them with alien to deb files. I removed the 32-Bit rpm files before converting them.

    When i try to execute run it doesn´t find the libraries.

     

    I will be grateful for any suggestions.

  2. I have checked the LabView version and it was the full version not the pro version. After installing the pro version appbuilder works just fine.

    Here is how i installed it using alien and dpkg.

    mount lv2020pro-linux.iso /media/cdrom0
    cd /media/cdrom0/
    sudo mkdir /home/ll/Downloads/Software/labviewpro
    sudo cp -r * /home/ll/Downloads/Software/labviewpro/
    cd /home/ll/Downloads/Software/labviewpro/
    sudo rm ni*i386.rpm
    sudo alien -k -c *.rpm
    sudo -s
    dpkg -i labview-2020-core_20.0.0-1_amd64.deb
    dpkg -i labview-2020-desktop_20.0.0-1_amd64.deb
    dpkg -i labview-2020-exe_20.0.0-1_amd64.deb
    dpkg -i labview-2020-pro_20.0.0-1_amd64.deb
    dpkg -i labview-2020-ref_20.0.0-1_amd64.deb
    dpkg -i labview-2020-rte_20.0.0-1_amd64.deb
    dpkg -i labview-2020-help_20.0.0-1_amd64.deb
    dpkg -i labview-2020-examples_20.0.0-1_amd64.deb
    dpkg -i labview-2020-appbuild_20.0.0-1_amd64.deb
    dpkg -i lvsupport2020-vianalyzer_20.0.0-f32_amd64.deb
    dpkg -i ni*.deb

    I want to thank everyone for their replys.

    • Thanks 1
  3. I have installed Labview 2020 on Dedian Buster using the rpm to deb conversion method via alien. Due to Architecture mismatch i deleted the *i386.rpm files before conversion.

    My Problem is that after creating a project at "Build Specification"-> "rigth click" i am only able to select "Source Distribution". Application does not show up as an option. 

    I will be grateful for any suggestions.

    Thank you in advance.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.