Managing C++ project dependencies using Conda
When I previously tried xrepo, I learned that conda can also manage C++ projects1. Now, I will verify this with some commonly used libraries. The conda installation process will not be detailed here; it is recommended to refer to the official documentation2. Since the libraries provided by conda are often released in dynamically linked form, in order to ensure that the packaged output of the program can run properly, I will attempt to use CMake to automatically package the dependent library files.
12 minutes to read
Andrew Moa