pezcode / open3d-core-android

Cross-compiling and using the core Open3D library on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

step of Download Open3D failed

zuixiaosanlang opened this issue · comments

i can download the code of open3d without using your scripts.

but i do not how to change the cmakeList file and how to process Open3D-0.7.0.zip

can you help me ,

thanks

image

Not sure what's going wrong there 🤔 The Open3D account got renamed from intel-isl to isl-org but Github has a redirect which works for me.

Maybe try changing intel-isl to isl-org on this line in CMakeLists.txt:

GIT_REPOSITORY https://github.com/intel-isl/Open3D.git

Small side not: I haven't updated this repository in 3 years and version 0.7.0 is a little outdated

thanks,
i solve this by change GIT_REPOSITORY path to which path i can download.
now it works, thank you