]> rtime.felk.cvut.cz Git - omk.git/blob - doc/index.html
Webpage update after migration to GIT
[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-30-10: OMK repository has been migrated from Darcs to GIT (see bellow).</li>
31   <li>2008-04-23: OMK version 0.1 released.</li>
32 </ul>
33
34 <h2>Download</h2>
35
36 <ul>
37   <li><a href="download/omk-0.1.tar.gz">OMK version 0.1</a></li>
38 </ul>
39
40
41 OMK can also be downloaded from <a href="http://git.or.cz/">GIT</a>
42 repository. To download it, run
43
44 <pre>
45 git clone git://rtime.felk.cvut.cz/omk.git
46 </pre>
47
48 You can also browse <a href="http://rtime.felk.cvut.cz/gitweb/omk.git">OMK repository online</a>.
49
50 <h2>Documentation</h2>
51
52 <ul>
53 <li><a href="omk-manual.html">OMK Manual</a> (<a href="omk-manual.pdf">PDF version</a>)</li>
54 <li><a href="http://www.gnu.org/software/make/manual/make.html">GNU
55 Make Manual</a></li>
56 </ul>
57
58 <h2>Support</h2>
59
60 There is no mailing list yet. Send an email to sojkam1 (at)
61 fel.cvut.cz instead.
62
63 <h2>Projects Using OMK</h2>
64 <ul>
65   <li><a href="http://freshmeat.net/projects/lincan/">Lincan: Linux CAN Driver</a></li>
66   <li><a href="http://www.ocera.org/download/components/WP7/ethdev-0.2.2.html" >ORTE: OCERA Real-Time Ethernet</a></li>
67   <li><a href="http://aquosa.sourceforge.net/">AQuoSA: Adaptive Quality of Service Architecture</a></li>
68   <li><a href="http://ulan.sourceforge.net/">uLan communication</a></li>
69   <li><a href="http://www.eurobot.org/" >Eurobot</a> team <a href="http://rtime.felk.cvut.cz/dragons/">CTU Dragons</a></li>
70   <li><a href="http://dce.felk.cvut.cz/spejbl/">Spejbl: Biped robot</a></li>
71   <li><a href="http://rtime.felk.cvut.cz/helicopter/">RAMA: UAV Control System</a></li>
72   <li><a
73   href="http://rtime.felk.cvut.cz/hw/index.php/System_less_framework">System-Less
74   Framework</a> for microcontroller development</li>
75   <li><a href="http://dce.felk.cvut.cz/mamok/">Line-of-sight stabilization of an airborne camera system</a></li>
76 </ul>
77 <hr>
78 <address></address>
79 Last modified: <!-- @LAST_MODIFIED@ -->
80 </body> </html>