From: John C. <jo...@jc...> - 2021-06-08 18:20:48
|
Hi guys, I compiled 2geom and found a couple of issues: 1) though the README states: Note: Tests are disabled by default. To enable tests pass -D2GEOM_TESTING=ON to cmake command. compilation halted with a request for the gtest library to be present. Adding -D2GEOM_TESTING=OFF solved the problem. 2) On Sourceforge, the Support tab says: Unfortunately, this project hasn't indicated the best way to get help. Check out the other support options below. I'd like to suggest indicating the Mailing list is the preferred way 3) It seems that, by default, the compilation only generates the static version. Adding -DBUILD_SHARED_LIBS=ON does not seem to make any difference? Thanks for all the work! John |