The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
319 views

Cross-compiling and CMake

I am trying to cross-compile CGAL on an amd64 Linux machine to the ARM architecture. CGAL uses CMake for building. CGAL has several dependencies, including GMP and MPFR libraries. When CMake runs, ...
1
vote
0answers
100 views

CMake Error: The current directory is different than

I'm trying to compile the source code for Shrewsoft VPN. The instructions say to compile the source on step 4. However... I get this error: user@ubuntu:~/Ubuntu One/Programs/ShrewSoft VPN$ sudo ...
0
votes
0answers
23 views

ACG Localizer and flann installation

There is a certain code package called ACG_localizer which uses flann version 1.6.11 as per their readme. This is the link for the localizer. And this for FLANN 1.6.11. The issue is while doing sudo ...