Building MonetDBe from source
24 Sep
2020
24 Sep
'20
3:56 p.m.
Hi, I've been trying to build MoneDBe from source, using Github master. I do not want to build the full executables, so I have used cmake --build . --target monetdbe With this, I am able to successfully build libmonetdbe.so. So that is great. However there does not seem to be an install-monetdbe or similar target. Running the `install` target tries to compile the whole application, which is not what I want. How do I copy the compiled artifacts (libmonetdbe.so and dependencies) to my install prefix? I'm trying not to have to manually copy the libraries. Regards - Avik
1555
Age (days ago)
1555
Last active (days ago)
0 comments
1 participants
participants (1)
-
Avik Sengupta