Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 777 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 777 Bytes

Synopsis

Litcomp is a wiki daemon. Litcomp is designed to be an executable application wiki, inspired by D.E. Knuth''s Literate Programming. Litcomp source code can be obtained by cloning the public git repository via the following command:

git clone git://github.com/andyichr/litcomp.git

For more information, run:

make docs

and review docs/manual.dvi.

Compile-time Dependencies

  • c/c++ compiler
  • latex (for documentation)

Runtime Dependencies