potree / PotreeConverter

Create multi res point cloud to use with potree
http://potree.org
BSD 2-Clause "Simplified" License
679 stars 423 forks source link

CMakeList.txt missing #222

Closed seahawks8 closed 7 years ago

seahawks8 commented 7 years ago

Hello,

I am a rookie, and am having issues compiling LasTools. for OS I am running windows 10. 64 bit.

I encounter an error where "does not appear to contain cmakelists.txt" I have followed the instructions, and installed cmake, mingw, visual studio 2014 c++. just wondering if anyone has encountered a similar issue,.

I have uploaded an image in this post.

image

seahawks8 commented 7 years ago

I was following the directions on the main page.

cd D:/dev/workspaces/lastools/ git clone https://github.com/m-schuetz/LAStools.git master cd master mkdir build cd build cmake -G "Visual Studio 14 2015 Win64" ../

seahawks8 commented 7 years ago

nvm, fresh install of GIT and VS 2015 calmed all the issues.