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

..03-May-2022-

c/H03-May-2022-716487

debian/H03-May-2022-271193

example/H03-May-2022-157105

man/H03-May-2022-1,3361,003

p/H04-Aug-2004-

tcl/H03-May-2022-1,9481,303

tcllib/H03-May-2022-1,136684

.versionH A D01-Mar-200519 21

ANNOUNCEH A D04-Aug-20041.9 KiB6941

BrasfileH A D04-Aug-20042.1 KiB9374

CHANGESH A D04-Aug-200439.5 KiB1,090869

COPYING-2.0H A D16-Jan-200017.6 KiB340281

LICENSEH A D04-Aug-20041 KiB2819

READMEH A D04-Aug-20041.6 KiB5133

WISHLISTH A D25-Jan-19981.8 KiB5036

clig.lsmH A D09-Jul-19991.4 KiB3128

clig.specH A D04-Aug-20042 KiB7350

cligUsageH A D04-Aug-20043.1 KiB12273

clink.shH A D27-Mar-1997895 3716

dir.ttmlH A D04-Aug-2004530 3220

installH A D03-May-20221.9 KiB7637

makefileH A D03-May-20222.9 KiB10957

mkpkgindexH A D06-Jan-2000414 1715

shipH A D04-Aug-200411.3 KiB445370

trivsedH A D04-Jan-20001,008 4426

README

1
2clig -- Command Line Interface Generator
3        (C) 1995-2004 Harald Kirsch
4	(C) 2004 Sven Geggus <clig@geggus.net>
5
6    This program is free software; you can redistribute it and/or
7    modify it under the terms of the GNU General Public License as
8    published by the Free Software Foundation; either version 2 of the
9    License, or (at your option) any later version.
10
11    This program is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15
16    You should have received a copy of the GNU General Public License
17    along with this program; if not, write to the Free Software
18    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19    02111-1307  USA
20
21What is clig? --- Read ./ANNOUNCE to get an idea
22
23How to install:
24
25After unpacking the file clig.<version>.tar.gz there is a directory
26called `clig' containing this file.
27
28--> Edit the top of `makefile' to suit your preferences. In particular
29    you want to edit the variable `prefix'.
30
31--> Run 'make'.
32    This will create pkgIndex.tcl, clig.fixed and clig.1 .
33
34--> Run 'make install'.
35    This will copy the files to those places specified at the top of
36    `makefile'.
37
38--> Compile and run the trivial example program in the directory
39    `example'.
40
41--> Read the manual page(s).
42
43--> play with tcligUsage and read its code to find out how to use
44    ::clig within your Tcl-scripts. Future revisions will contain an
45    updated manal page.
46
47Bug reports and questions to clig@geggus.net.
48
49
50
51