diff -r c41ab60fd27a -r a53fa82bbdcf README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sat Feb 15 23:21:29 2025 +0100 @@ -0,0 +1,27 @@ +c2html - Formats source code using HTML. + +Build Instructions: + + 1. Download and install UCX (https://ucx.sourceforge.io) + 2. Run ./configure --release + 3. Run make (produces c2html binary in build directory) + 4. Or run make lib (produces include dir and static lib in dist directory) + +Usage of binary file: + c2html [Options] FILE + + Options: + -h Prints help message + -j Highlight Java instead of C source code + -o Output file (stdout, if not specified) + -H
Prepend header file + -F