-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
22 lines (15 loc) · 696 Bytes
/
README
File metadata and controls
22 lines (15 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
MakeMeHappy — Automated Module Builds for C/C++
-----------------------------------------------
The purpose of MakeMeHappy is to facilitate automated continuous integration of
loosely coupled C and C++ modules. It features dependencies resolution, builds
against a host of different toolchains and automatic test-suite execution.
It is a companion tool for the ufw library (https://github.com/ft/ufw).
See the reference manual in doc/ for details.
Dependencies:
- Python 3
- Mako (python3)
- YAML (python3)
- logbook (python3)
- pandoc reasonably complete LaTeX installation for building documentation
Building:
Type ‘make’ to generate the mmh script and the system's documentation.