Skip to content
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

Building mash with CMake #52

Open
positiveblue opened this issue May 20, 2017 · 0 comments
Open

Building mash with CMake #52

positiveblue opened this issue May 20, 2017 · 0 comments

Comments

@positiveblue
Copy link

As we discussed at #49 one of the first things to do was using CMake to build Mash. This would let us build the project on other platforms (as Windows) "for free" meanwhile it helps to integrate things like the python API building process.

You can finde the implementation in [the cmake branch in my fork] (https://github.com/jomsdev/Mash/tree/cmake). I will explain all the changes in my pull request but we need a development branch first #51 .

Briefly, the changes have been:

  • CMake integration
  • .gitignore updated (removing all the Makefile stuff, we do not build the project in the folder anymore)
  • INSTALL.txt modified explaining the new building process
  • src and include folders created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant