rmsalinas / DBow3

Improved version of DBow2
Other
501 stars 237 forks source link

hello,if I want build DBow3 into .a,how can I do?now I build it into .so,which isnt what I want #41

Open Zhongwei-Luo opened 4 years ago

Zhongwei-Luo commented 4 years ago

-- Install configuration: "Release" -- Installing: /usr/local/lib/cmake/FindDBoW3.cmake -- Installing: /usr/local/lib/cmake/DBoW3/DBoW3Config.cmake -- Installing: /usr/local/lib/libDBoW3.so.0.0.1 -- Installing: /usr/local/lib/libDBoW3.so.0.0 -- Installing: /usr/local/lib/libDBoW3.so -- Set runtime path of "/usr/local/lib/libDBoW3.so.0.0.1" to "" -- Installing: /usr/local/include/DBoW3/BowVector.h -- Installing: /usr/local/include/DBoW3/DBoW3.h -- Installing: /usr/local/include/DBoW3/Database.h -- Installing: /usr/local/include/DBoW3/DescManip.h -- Installing: /usr/local/include/DBoW3/FeatureVector.h -- Installing: /usr/local/include/DBoW3/QueryResults.h -- Installing: /usr/local/include/DBoW3/ScoringObject.h -- Installing: /usr/local/include/DBoW3/Vocabulary.h -- Installing: /usr/local/include/DBoW3/exports.h -- Installing: /usr/local/include/DBoW3/quicklz.h -- Installing: /usr/local/include/DBoW3/timers.h -- Installing: /usr/local/bin/demo_general -- Set runtime path of "/usr/local/bin/demo_general" to "" -- Installing: /usr/local/bin/create_voc_step0 -- Set runtime path of "/usr/local/bin/create_voc_step0" to "" -- Installing: /usr/local/bin/create_voc_step1 -- Set runtime path of "/usr/local/bin/create_voc_step1" to "" lzw@resplendent-star:~/3d_lib/DBow3-master/build$

hmf21 commented 4 years ago

-- Install configuration: "Release" -- Installing: /usr/local/lib/cmake/FindDBoW3.cmake -- Installing: /usr/local/lib/cmake/DBoW3/DBoW3Config.cmake -- Installing: /usr/local/lib/libDBoW3.so.0.0.1 -- Installing: /usr/local/lib/libDBoW3.so.0.0 -- Installing: /usr/local/lib/libDBoW3.so -- Set runtime path of "/usr/local/lib/libDBoW3.so.0.0.1" to "" -- Installing: /usr/local/include/DBoW3/BowVector.h -- Installing: /usr/local/include/DBoW3/DBoW3.h -- Installing: /usr/local/include/DBoW3/Database.h -- Installing: /usr/local/include/DBoW3/DescManip.h -- Installing: /usr/local/include/DBoW3/FeatureVector.h -- Installing: /usr/local/include/DBoW3/QueryResults.h -- Installing: /usr/local/include/DBoW3/ScoringObject.h -- Installing: /usr/local/include/DBoW3/Vocabulary.h -- Installing: /usr/local/include/DBoW3/exports.h -- Installing: /usr/local/include/DBoW3/quicklz.h -- Installing: /usr/local/include/DBoW3/timers.h -- Installing: /usr/local/bin/demo_general -- Set runtime path of "/usr/local/bin/demo_general" to "" -- Installing: /usr/local/bin/create_voc_step0 -- Set runtime path of "/usr/local/bin/create_voc_step0" to "" -- Installing: /usr/local/bin/create_voc_step1 -- Set runtime path of "/usr/local/bin/create_voc_step1" to "" lzw@resplendent-star:~/3d_lib/DBow3-master/build$

And I have the same question after make DBoW3. How could I use this library in our own projection?