Skip to content

Latest commit

 

History

History
121 lines (64 loc) · 4.34 KB

RELEASES.md

File metadata and controls

121 lines (64 loc) · 4.34 KB

LidarView Releases

See Download Links in the Release page of this repository.

LidarView v4.1.5

  1. Windows
  2. Ubuntu20.04
  3. Ubuntu18.04
  4. Additional Instructions
  5. Troubleshooting / FAQ

Windows x64

Runtime Dependencies:

  • No dependencies required

Ubuntu 20.04

Runtime Dependencies:

  • Qt5.12.8 - Packages available on ubuntu:

    sudo apt-get install qt5-default libqt5help5 libqt5x11extras5

    (If you do not wish to install those packages, you can use the offline installer, see Additional Instructions)

  • Python 3.7.10, not available as packages, you can get it from the 'deadsnakes' ppa:

    sudo add-apt-repository ppa:deadsnakes/ppa

    sudo apt-get install python3.7-dev

    (If you wish to build Python3.7.10 from the official source instead, see Additional Instructions)

  • Required packages: sudo apt-get install libopengl0

Ubuntu 18.04

Runtime Dependencies:

  • Python 3.7.10, not available as packages, you can get it from the 'deadsnakes' ppa:

    sudo add-apt-repository ppa:deadsnakes/ppa

    sudo apt-get install python3.7-dev

    (If you wish to build Python3.7.10 from the official source instead, see Additional Instructions)

  • Required packages:

    sudo apt-get install liblapack3

    sudo apt-get install libopengl0

(Note: this package is forward compatible with Ubuntu 20.04 with minor fixes, see Additional Instructions)

Additional Instructions

  • QT5.12.8 From Installer

    Qt5.12.8 - Offline Installer

    Run the installer offline to alleviate the need to register

    • Note that only the Desktop gcc 64-bit component is needed

    Copy built libraries located in ~/Qt5.12.8/5.12.8/gcc_64/lib/ in your system.

    • We recommend copying those libs towards /usr/local/lib, and adding this directory to your ld configuration using:

    • sudo echo "/usr/local/lib" >> /etc/ld.so.conf && sudo ldconfig

  • Python3.7.10 build from source

    Download Sources

    Packages build-essentials, zlib1g-dev are required to build python

    Build and install with this oneliner:

    ./configure --enable-shared && sudo make install

  • Using Ubuntu18.04 package on Ubuntu20.04

    Follow Ubuntu18.04 Instructions

    Fix a minor libdouble-conversion version compatibility issue:

    sudo ln -s /usr/lib/x86_64-linux-gnu/libdouble-conversion.so.3 /usr/lib/x86_64-linux-gnu/libdouble-conversion.so.1

Troubleshooting / FAQ

  • WINDOWS - Unrecognized Publisher

    Click More Info -> Run Anyway

  • WINDOWS - Graphic Bug with interleaved horizontal greenlines

    Simillar problem to this. This occurs on Windows with NVIDIA Optimus mobile (Laptops) graphic cards.

    • Update you Drivers (Use NVIDIA Geforce Experience)
    • Select High-performance NVIDIA processor in NVIDIA control panel / Manage 3d settings / Preferred graphics processor
  • UBUNTU - Cannot find Qt Packages "unable to locate package qt5-default"

    Qt is community software, Uncomment / add the universe ubuntu PPA in your /etc/apt/sources.list

    Example: deb http://fr.archive.ubuntu.com/ubuntu/ focal universe

  • UBUNTU - There is no application installed for "shared library" files

    This is a Nautilus configuration bug on Ubuntu, just launch via terminal using ./LidarView

  • UBUNTU - QT Offline Installer asks for registration

    Disconnect your internet connection before starting the installer, registration will not be needed