24 lines
429 B
Text
24 lines
429 B
Text
cc - C compiler
|
|
============================
|
|
cc is a C compiler. It can compile C code.
|
|
|
|
|
|
Requirements
|
|
------------
|
|
In order to build cc you need... a computer
|
|
|
|
|
|
Installation
|
|
------------
|
|
Edit config.mk to match your local setup (cc is installed into
|
|
the /usr/local namespace by default).
|
|
|
|
Afterwards enter the following command to build and install cc (if
|
|
necessary as root):
|
|
|
|
make clean install
|
|
|
|
|
|
Usage
|
|
-----------
|
|
cc file
|