blob: 208c06f5f2b77b76167d56550e80f4859e9c3c1f (
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
|
SUPPORTED ON
============
Colm is supported on Unix-like systems. It depends on GCC at runtime.
BUILDING
========
Colm is built in the usual autotool way:
$ ./autogen
$ ./configure
$ make
$ make install
Notes on RUNNING
================
Colm produces a C program as output, then compiles and links it with a runtime
library. It will leave the C program behind as an artefact.
To find the includes and the runtime library, colm looks at argv[0] to decide
if it is running out of the source tree. If it is, then compile and link flags
are derived from argv[0]. Otherwise, it uses the install location (prefix) to
construct the flags.
SYNTAX HIGHLIGHTING
===================
There is a vim syntax definition file colm.vim
|