Closed ZhYGu closed 2 years ago
Is there any example codes I can test whether I have rightly set up the lib and its dependences? Additionally, I also want learn how to use this lib.
Hello @ZhYGu you can look into the tests folder. To check if your dependencies are correctly installed you compile libmpc++ with debug flag cmake -DCMAKE_BUILD_TYPE=Debug and see if the tests run correctly.
libmpc++
cmake -DCMAKE_BUILD_TYPE=Debug
Is there any example codes I can test whether I have rightly set up the lib and its dependences? Additionally, I also want learn how to use this lib.