openxrlab / xrsfm

OpenXRLab Structure-from-Motion Toolbox and Benchmark
Apache License 2.0
191 stars 22 forks source link

how to build the library as in installation.md #9

Closed KnightOfTheMoonlight closed 1 year ago

KnightOfTheMoonlight commented 1 year ago

Thanks for sharing this work. I am trying to implement this work on my pc. However, I am confused about the installation part. On page installation, you suggested different dependencies and third-party libraries, and one dockerfile. Should I install the third-party libraries in the docker container? Or should I just run everything in my pc directly instead of the docker container?

oneLOH commented 1 year ago

I recommend compiling code on the local environment (See [Build from Source] in installation. md) Dockerfile is provided for users who are not convenient to compile in the local environment.

KnightOfTheMoonlight commented 1 year ago

I recommend compiling code on the local environment (See [Build from Source] in installation. md) Dockerfile is provided for users who are not convenient to compile in the local environment.

Thanks for your clarification! I did follow the build from the source and made it work for me.