https://github.com/interfiber/mesa
C++ buildsystem & Makefile generator
https://github.com/interfiber/mesa
Last synced: about 2 months ago
JSON representation
C++ buildsystem & Makefile generator
- Host: GitHub
- URL: https://github.com/interfiber/mesa
- Owner: Interfiber
- Created: 2024-07-23T19:48:26.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T18:52:17.000Z (10 months ago)
- Last Synced: 2025-04-06T06:13:35.138Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mesa
C++ buildsystem & Makefile generator## Why?
* Mesa is simple
* Mesa generates portable Makefiles! Makefiles generated by Mesa can be used on any system(except windows)
* Mesa is cross-platform
* Mesa is fast
* Mesa can integrate into any IDE setup by generating ```compile_commands.json``` from the build
* Mesa is easy to hack & modify
* Mesa is not CMake## Building
The ```Makefile``` in this repo will build Mesa, the built executable will be located at ```bin/Mesa```## Getting Started
See the [wiki](https://github.com/Interfiber/Mesa/wiki)## Screenshots


