You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile in section Using the library is wrong, it links to simlib and re2, which is not needed (and will probably lead to error), there are missing include files from cudd... I would probably completely remove this makefile, and explain that if you want to use mata, use cmake, either by using it in a subdirectory with add_subdirectory or by finding the installed mata on system.
The text was updated successfully, but these errors were encountered:
There is some stuff missing or is outdated in readme, mainly:
cmake
(with minimal version) and a compiler supporting c++20 is needed to build mata.graphviz
andgraphviz-dev
really needed for python binding? If yes, explain why.Using the library
is wrong, it links to simlib and re2, which is not needed (and will probably lead to error), there are missing include files from cudd... I would probably completely remove this makefile, and explain that if you want to use mata, use cmake, either by using it in a subdirectory withadd_subdirectory
or by finding the installed mata on system.The text was updated successfully, but these errors were encountered: