-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME.txt
39 lines (21 loc) · 830 Bytes
/
README.txt
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
ccons README
============
The goal of ccons is to provide an interactive console for the C programming
language, similar to what irb is for Ruby.
The project builds on top of clang and llvm.
See presentation:
https://raw.githubusercontent.com/asvitkine/ccons/master/docs/ccons-presentation.pdf
How to build:
=============
1. Follow the steps on the "Clang - Getting Started" page:
http://clang.llvm.org/get_started.html
2. Move the ccons directory to llvm/tools/ccons.
3. Install editline 3.0 from:
http://www.thrysoee.dk/editline/
4. Install CMake if necessary.
5. Run "cmake CMakeLists.txt" from the ccons directory.
6. Build ccons using the build files generated by CMake (ie: 'make' on Unix).
License
=======
ccons is distributed under the terms of the MIT license. Please see the LICENSE
for details.