]> rtime.felk.cvut.cz Git - omk.git/blob - doc/index.html
Fixex for building documentation on server.
[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
19 <h2>Status</h2>
20
21 OMK is in beta state. There is no release yet, but several people
22 already use OMK for their projects.
23
24 <h2>Download</h2>
25
26 Currently, OMK can be downloaded only from <a
27 href="http://darcs.net/">Darcs</a> repository. To download it, install
28 darcs and run
29 <pre>
30 darcs get http://rtime.felk.cvut.cz/repos/omk/
31 </pre>
32
33 <h2>Documentation</h2>
34
35 <ul>
36 <li><a href="omk-manual.html">OMK Manual</a></li>
37 <li><a href="http://www.gnu.org/software/make/manual/make.html">GNU
38 Make Manual</a></li>
39 </ul>
40
41 <h2>Support</h2>
42
43 There is no mailing list yet. Send an email to sojkam1 (at) fel.cvut.cz.
44
45 <h2>Projects Usigng OMK</h2>
46 <ul>
47   <li><a href="http://freshmeat.net/projects/lincan/">Lincan: Linux CAN Driver</a></li>
48   <li><a href="http://www.ocera.org/download/components/WP7/ethdev-0.2.2.html" >ORTE: OCERA Real-Time Ethernet</a></li>
49   <li><a href="http://aquosa.sourceforge.net/">AQuoSA: Adaptive Quality of Service Architecture</a></li>
50   <li><a href="http://ulan.sourceforge.net/">uLan communication</a></li>
51   <li><a href="http://www.eurobot.org/" >Eurobot</a> team <a href="http://rtime.felk.cvut.cz/dragons/">CTU Dragons</a></li>
52   <li><a href="http://dce.felk.cvut.cz/spejbl/">Spejbl: Biped robot</a></li>
53   <li><a href="http://rtime.felk.cvut.cz/helicopter/">RAMA: UAV Control System</a></li>
54   <li><a href="http://rtime.felk.cvut.cz/hw/index.php/H8300-boot">H8300-boot</a></li>
55 </ul>
56 <hr>
57 <address></address>
58 <!-- hhmts start -->Last modified: Mon Oct 22 18:27:17 CEST 2007 <!-- hhmts end -->
59 </body> </html>