-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake error #145
Comments
install tinyxml2 first what os are you using? |
I am using Windows 11 OS, openmath branch does not have such error. |
@NanoMichael please set the |
@PikachuHy Shouldn't openmath be merged to master when it's ready (and a copy of the current master be put into a seperate clatexmath branch)? Also AFAIK microtex isn't "ready" yet, so it shouldn't be set as default currently. |
when I use CMake to Configure the source code, it show the error:
"CMake Error at CMakeLists.txt:51 (find_package):
Could not find a package configuration file provided by "tinyxml2" with any
of the following names:
Add the installation prefix of "tinyxml2" to CMAKE_PREFIX_PATH or set
"tinyxml2_DIR" to a directory containing one of the above files. If
"tinyxml2" provides a separate development package or SDK, be sure it has
been installed."
so I need to download the source code of tinyxml2?
The text was updated successfully, but these errors were encountered: