https://github.com/timboy67678/ccl
Automatically exported from code.google.com/p/ccl
https://github.com/timboy67678/ccl
Last synced: about 2 months ago
JSON representation
Automatically exported from code.google.com/p/ccl
- Host: GitHub
- URL: https://github.com/timboy67678/ccl
- Owner: Timboy67678
- Created: 2015-05-28T07:08:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T07:11:02.000Z (about 11 years ago)
- Last Synced: 2025-12-26T12:52:19.774Z (6 months ago)
- Language: C
- Size: 6.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
BUILDING the software
---------------------
1: Documentation is in the file ccl.pdf.
2: Type "make" for building the files under Unix
3: type "make -f Makefile.lcc" for building under windows 32 bit with the lcc compiler
4: Type "make -f Makefile.lcc64" for building under windows 64 bit with the lcc64 compiler
5: Type "make -f Makefile.msvc" for building under windows with the Microsoft MSVC compiler