DEV Community

Cover image for I made the easiest build system for C++! Yet powerful (Nautix)
ghgltggamer
ghgltggamer

Posted on

I made the easiest build system for C++! Yet powerful (Nautix)

I made a fully OpenSource yet simple and functional build system for C++ only named as Nautix which will do everything you might need from

  1. Creating your C++ project with a template
  2. Configuring your C++ project
  3. Compiling your C++ project
  4. Executing your C++ project
  5. Cleaning the project
  6. Ready to rebuild

Be sure to check the repository of Nautix to see more information on installation to use case scenario and i can configure , compile and even run my gtk c++ application with just single command of nautix and it's fine! be sure to check the repository.

GitHub: GitHub

Top comments (0)