]> rtime.felk.cvut.cz Git - omk.git/blob - doc/index.html
167aad330cb6673c2b793b973e179ce3bc8f343f
[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
8 <body>
9 <h1>OMK Make-System Homepage</h1>
10
11 <h2>Overview</h2>
12
13 OMK is an advanced make system written entirely in GNU make. Compiling
14 software using OMK requires only GNU make binary and standard UNIX
15 utilities installed. OMK aims to be developer friendly; to use OMK,
16 you do not need to understand (sometimes) cryptic syntax of Makefiles.
17
18 <h2>Authors</h2>
19
20 Pavel Pí¹a, Michal Sojka
21
22 <h2>Status</h2>
23
24 OMK is in beta state. It is already usable for many projects, but we
25 may do incompatible changes in future.
26
27 <h2>News</h2>
28
29 <ul>
30   <li>2008-04-23: OMK version 0.1 released.</li>
31 </ul>
32
33 <h2>Download</h2>
34
35 <ul>
36   <li><a href="download/omk-0.1.tar.gz">OMK version 0.1</a></li>
37 </ul>
38
39
40 OMK can also be downloaded from <a href="http://darcs.net/">Darcs</a>
41 repository. To download it, install darcs and run
42
43 <pre>
44 darcs get http://rtime.felk.cvut.cz/repos/omk/
45 </pre>
46
47 You can also browse <a href="http://rtime.felk.cvut.cz/darcs/darcsweb.cgi?r=omk">OMK repository online</a>.
48
49 <h2>Documentation</h2>
50
51 <ul>
52 <li><a href="omk-manual.html">OMK Manual</a> (<a href="omk-manual.pdf">PDF version</a>)</li>
53 <li><a href="http://www.gnu.org/software/make/manual/make.html">GNU
54 Make Manual</a></li>
55 </ul>
56
57 <h2>Support</h2>
58
59 There is no mailing list yet. Send an email to sojkam1 (at)
60 fel.cvut.cz instead.
61
62 <h2>Projects Using OMK</h2>
63 <ul>
64   <li><a href="http://freshmeat.net/projects/lincan/">Lincan: Linux CAN Driver</a></li>
65   <li><a href="http://www.ocera.org/download/components/WP7/ethdev-0.2.2.html" >ORTE: OCERA Real-Time Ethernet</a></li>
66   <li><a href="http://aquosa.sourceforge.net/">AQuoSA: Adaptive Quality of Service Architecture</a></li>
67   <li><a href="http://ulan.sourceforge.net/">uLan communication</a></li>
68   <li><a href="http://www.eurobot.org/" >Eurobot</a> team <a href="http://rtime.felk.cvut.cz/dragons/">CTU Dragons</a></li>
69   <li><a href="http://dce.felk.cvut.cz/spejbl/">Spejbl: Biped robot</a></li>
70   <li><a href="http://rtime.felk.cvut.cz/helicopter/">RAMA: UAV Control System</a></li>
71   <li><a
72   href="http://rtime.felk.cvut.cz/hw/index.php/System_less_framework">System-Less
73   Framework</a> for microcontroller development</li>
74   <li><a href="http://dce.felk.cvut.cz/mamok/">Line-of-sight stabilization of an airborne camera system</a></li>
75 </ul>
76 <hr>
77 <address></address>
78 Last modified: <!-- @LAST_MODIFIED@ -->
79 </body> </html>