|
Revision 93, 439 bytes
(checked in by krobillard, 3 years ago)
|
|
m2 - Individual Qt 4 libraries are now specified.
|
| Line | |
|---|
| 1 | M2 Version 0.4.0 |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | Overview |
|---|
| 5 | -------- |
|---|
| 6 | |
|---|
| 7 | M2 is a REBOL script used to build makefiles for C/C++ projects. Templates are |
|---|
| 8 | employed to build makefiles for different target platforms. Currently there |
|---|
| 9 | are templates for GNU/Linux, Mac OS X, Cygwin and Visual C++. |
|---|
| 10 | |
|---|
| 11 | You may use M2 under the terms of the MIT License. |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | Installation |
|---|
| 15 | ------------ |
|---|
| 16 | Copy m2 and one of the templates (renamed to m2_template.r) somewhere into |
|---|
| 17 | the shell command path. |
|---|
| 18 | |
|---|
| 19 | |
|---|