cvg / limap

A toolbox for mapping and localization with line features.
BSD 3-Clause "New" or "Revised" License
661 stars 67 forks source link

How to install without root permission #34

Open franklhj opened 12 months ago

franklhj commented 12 months ago

I am a rookie, I would like to ask if I do not have root permission under linux, that is, I cannot use the sudo command, then how to install the previous dependencies(CMake,COLMAP, PoseLib, HDF5).I can't install to the/ usr/localfolder. Now I'm trying to install it to another folder, but it still reports a lot of errors.

franklhj commented 12 months ago

OK, this problem has been solved. Butgit submodule update-- init-- recursive is always unsuccessful, how to solve it (maybe it's the network problem, because I'm on CN mainland).

B1ueber2y commented 11 months ago

Hi. Probably setting up SSH keys for your GitHub can resolve this issue. LIMAP is following regular conventions on adding submodules. Thanks!