• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H27-Aug-1998-

src/H03-May-2022-2,9431,405

MakefileH A D28-Aug-1998446 146

READMEH A D28-Aug-19981.9 KiB5742

cmungeH A D03-May-202222.1 KiB635469

README

1                         `cmunge' version 1.0
2                         ====================
3                     Installation and User's Guide
4                     =============================
5
6                              John Merlin
7                       VCPC, University of Vienna
8                                28/8/98
9
10Summary
11-------
12`cmunge' is a tool for encrypting and compacting C source codes.
13
14To install `cmunge'
15------------------
16Set the following variables in the files "Makefile" and "cmunge":
17
18In "Makefile":
19
20  CC = ...               # ...the C compiler command
21
22In "cmunge":
23
24  cpp = ...              # ...the pathname of the C pre-processor, `cpp'
25  cmunger_bin_dir = ...  # ...the absolute pathname of `cmunge's `bin'
26                         #      directory (i.e. of "./bin").
27
28Then type `make'.
29
30The `cmunge' command (i.e. the file "cmunge") can now be moved
31anywhere you want -- it does not have to be kept in the "cmunger"
32directory.  For example, it may be convenient to move it into your
33`bin' directory so that it is on your command search path.
34(N.B.  You may have to type `rehash' to install it in the list of
35commands that are automatically found.)
36
37To use it
38---------
39Typing `cmunge' without any arguments will produce a guide of its
40options.
41
42When operating, `cmunge' produces messages about its progress, and
43at the end it creates a file called "Cmunge.info" (and directs the
44user to read it)  containing full information about what has been
45done, what information files have been created, what checks the
46user should make and what further action may be necessary.
47
48Contact details
49---------------
50Please send any comments or questions to jhm@vcpc.univie.ac.at.
51
52`cmunge' can be obtained from the World Wide Web at URL:
53	http://www.vcpc.univie.ac.at/~jhm/cmunge/
54
55It was developed by John Merlin in December 1993, in the
56Dept of Electronics and Computer Science, University of Southampton.
57