Wine

52 views
Skip to first unread message

Francesca Baldacchino

unread,
Jan 10, 2019, 4:44:33 AM1/10/19
to LAStools - efficient tools for LiDAR processing
Hi everyone,

I am strugglying to install wine on my ubuntu 18.04 using linux brew. And therefore my code is not running for LAStools.

Has anyone else had this problem?

I have been using these websites: https://wiki.winehq.org/Ubuntu

I have already installed LAStools and Laspy into my anaconda environment.

Any help would be appreciated!

Thanks,

Fran

David Diaz

unread,
Jan 10, 2019, 6:36:57 PM1/10/19
to LAStools - efficient tools for LiDAR processing
Hey Fran,

Here's how I set up wine on our Linux server, without using brew:
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable 

Once you have that done, unless you have added wherever you have LAStools\bin to your PATH, you will still need to specify the full path to the executable. For example: wine /path/to/LAStools/bin/lasinfo.exe -i autzen.las

David
Reply all
Reply to author
Forward
0 new messages