]> rtime.felk.cvut.cz Git - omk.git/blob - doc/index.html
Released v0.2
[omk.git] / doc / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
5 <title>OMK Make-System Homepage</title>
6 </head>
7 <style>
8 .news td {
9       vertical-align: top;
10       padding-right: 0.5em;
11       padding-bottom: 0.5em;
12 }
13
14 </style>
15 <body>
16 <h1>OMK Make-System Homepage</h1>
17
18 <h2>Overview</h2>
19
20 OMK is an advanced make system written entirely in GNU make. Compiling
21 software using OMK requires only GNU make binary and standard UNIX
22 utilities installed. OMK aims to be developer friendly; to use OMK,
23 you do not need to understand (sometimes) cryptic syntax of Makefiles.
24
25 <h2>Authors</h2>
26
27 Pavel Pí¹a, Michal Sojka
28
29 <h2>Status</h2>
30
31 OMK is in beta state. It is already usable for many projects, but we
32 may do incompatible changes in future.
33
34 <h2>News</h2>
35
36 <table class="news">
37   <tr><td>2009-12-08</td><td>OMK version 0.2 released (<a
38   href="RelNotes-0.2.txt">release notes</a>).</td></tr>
39
40   <tr><td>2009-02-03</td> <td>We work on rewrite of OMK. The rewritten
41   version should be faster, easier to maintain and should recompile
42   files if compile command line changes. You can watch the development
43   in <a href="http://rtime.felk.cvut.cz/gitweb/omk.git?a=shortlog;h=refs/heads/devel">devel
44     branch</a> of OMK repository.  In short time we release OMK 0.2
45     which will contain bug fixes and small enhancements to OMK
46     0.1. Then OMK 0.3 will be the rewritten version.</td></tr>
47   
48   <tr><td>2008-10-30</td><td>OMK repository has been migrated from
49   Darcs to GIT (see bellow).</td></tr>
50
51   <tr><td>2008-04-23</td><td>OMK version 0.1 released.</td></tr>
52 </table>
53
54 <h2>Download</h2>
55
56 <ul>
57   <li><a href="download/omk-0.2.tar.gz">OMK version 0.2</a> (<a href="download/omk-0.2.tar.gz.asc">sign</a>)</li>
58   <li><a href="download/omk-0.1.tar.gz">OMK version 0.1</a></li>
59 </ul>
60
61
62 OMK can also be downloaded from <a href="http://git.or.cz/">GIT</a>
63 repository. To download it, run
64
65 <pre>
66 git clone git://rtime.felk.cvut.cz/omk.git
67 </pre>
68
69 You can also browse <a href="http://rtime.felk.cvut.cz/gitweb/omk.git">OMK repository online</a>.
70
71 <h2>Documentation</h2>
72
73 <ul>
74 <li><a href="omk-manual.html">OMK Manual</a> (<a href="omk-manual.pdf">PDF version</a>)</li>
75 <li><a href="http://www.gnu.org/software/make/manual/make.html">GNU
76 Make Manual</a></li>
77 </ul>
78
79 <h2>Support</h2>
80
81 There is no mailing list yet. Send an email to sojkam1 (at)
82 fel.cvut.cz instead.
83
84 <h2>Projects Using OMK</h2>
85 <ul>
86   <li><a href="http://freshmeat.net/projects/lincan/">Lincan: Linux CAN Driver</a></li>
87   <li><a href="http://www.ocera.org/download/components/WP7/ethdev-0.2.2.html" >ORTE: OCERA Real-Time Ethernet</a></li>
88   <li><a href="http://aquosa.sourceforge.net/">AQuoSA: Adaptive Quality of Service Architecture</a></li>
89   <li><a href="http://ulan.sourceforge.net/">uLan communication</a></li>
90   <li><a href="http://www.eurobot.org/" >Eurobot</a> team <a href="http://rtime.felk.cvut.cz/dragons/">CTU Dragons</a></li>
91   <li><a href="http://dce.felk.cvut.cz/spejbl/">Spejbl: Biped robot</a></li>
92   <li><a href="http://rtime.felk.cvut.cz/helicopter/">RAMA: UAV Control System</a></li>
93   <li><a
94   href="http://rtime.felk.cvut.cz/hw/index.php/System_less_framework">System-Less
95   Framework</a> for microcontroller development</li>
96   <li><a href="http://dce.felk.cvut.cz/mamok/">Line-of-sight stabilization of an airborne camera system</a></li>
97 </ul>
98 <hr>
99 <address></address>
100 Last modified: <!-- @LAST_MODIFIED@ -->
101 </body> </html>