summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/README.html
blob: 0561c7afa1cb17a9ff19658fcb4072e4ad8f75c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!--

file      : CIDCL/readme.html
author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
cvs-id    : $Id$
-->

<html>

<head>

  <title>CIAO CIDL compiler README</title>

  <meta name="author" content="Boris Kolpackov"/>
  <meta name="description" content="CIAO CIDL compiler README"/>
  <meta http-equiv="Content-Language" content="en"/>

  <style type="text/css">
  body {
    font-family      : sans-serif;

    color            : black;
    background       : white;

    max-width        : 40em;
    padding          : 2em 2em 2em 3em;
    margin           : 0 0 0 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family      : sans-serif;
    font-weight      : 500;
  }

  h1 { font-size     : 170%; }
  h2 { font-size     : 125%; }

  ul.toc li {
    padding          : .4em 0em 0em 0em;
  }

  ol.multiline li {
    padding-top      : 0.6em;
    padding-bottom   : 0.6em;
  }

  </style>

</head>

<body>
<p>
The C++ source files in this directory are compiled into the
code generators and driver for the CIAO CIDL compiler. CORBA
Compiler Framework (CCF) provides the front-end for the compiler.</p>

<p><a href="http://www.dre.vanderbilt.edu/cidlc/binary/">Pre-built binary
executables of CIDL compiler</a> are available for different platforms.</p>

<p>To build CIDL compiler you will need to compile CCF libraries
first. Please refer to <a href="../CCF/Documentation/Build.html">
instructions for building CCF libraries</a>.</p>

<p>After you have CCF libraries compiled you can build CIDL compiler
with makefiles on UNIX</p>

<code> $ make -f Makefile.alt</code>

<p>or by using VC 7.1 project on Windows.</p>

</body>
</html>