`cmunge' version 1.0 ==================== Installation and User's Guide ============================= John Merlin VCPC, University of Vienna 28/8/98 Summary ------- `cmunge' is a tool for encrypting and compacting C source codes. To install `cmunge' ------------------ Set the following variables in the files "Makefile" and "cmunge": In "Makefile": CC = ... # ...the C compiler command In "cmunge": cpp = ... # ...the pathname of the C pre-processor, `cpp' cmunger_bin_dir = ... # ...the absolute pathname of `cmunge's `bin' # directory (i.e. of "./bin"). Then type `make'. The `cmunge' command (i.e. the file "cmunge") can now be moved anywhere you want -- it does not have to be kept in the "cmunger" directory. For example, it may be convenient to move it into your `bin' directory so that it is on your command search path. (N.B. You may have to type `rehash' to install it in the list of commands that are automatically found.) To use it --------- Typing `cmunge' without any arguments will produce a guide of its options. When operating, `cmunge' produces messages about its progress, and at the end it creates a file called "Cmunge.info" (and directs the user to read it) containing full information about what has been done, what information files have been created, what checks the user should make and what further action may be necessary. Contact details --------------- Please send any comments or questions to jhm@vcpc.univie.ac.at. `cmunge' can be obtained from the World Wide Web at URL: http://www.vcpc.univie.ac.at/~jhm/cmunge/ It was developed by John Merlin in December 1993, in the Dept of Electronics and Computer Science, University of Southampton.