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

..03-May-2022-

contrib/H30-Dec-2021-1,7591,018

docs/H30-Dec-2021-1,8491,195

examples/H30-Dec-2021-574492

man/H30-Dec-2021-6,0795,950

rem2html/H03-May-2022-785610

scripts/H30-Dec-2021-3,9212,903

src/H03-May-2022-25,12118,508

tests/H07-May-2022-8,8288,329

www/H03-May-2022-752518

COPYRIGHTH A D30-Dec-202115.2 KiB301248

MICROSOFT-AND-APPLEH A D30-Dec-20211.1 KiB3123

MakefileH A D30-Dec-2021781 3928

READMEH A D30-Dec-20211.2 KiB3923

build.tkH A D30-Dec-202125.6 KiB863574

configureH A D30-Dec-2021150.8 KiB5,3214,380

configure.inH A D30-Dec-20211.8 KiB8362

install-shH A D30-Dec-20214.7 KiB239152

unconfigureH A D30-Dec-2021284 74

README

1				REMIND
2
3Remind is a full-featured calendar/alarm program.  Copying policy is
4in the file "COPYRIGHT" in this directory.
5
6Installation notes for various operating systems are in "docs".  See
7the appropriate README file for installation on your system.
8
9Manual pages are in "man".
10
11-----------------------------------------------------------------------------
12
13Quick UNIX installation instructions for the very impatient:
14
15If you have Tcl/Tk (wish 4.1 or higher) installed and are running X Windows:
16--------------------------------------------------------------
17
181) Type: wish ./build.tk from this directory.  Fill in the various
19   options and hit "Build Remind"
20
212) Type: "make install" -- you may need to be root to do this.
22
23If you do NOT have Tcl/Tk or are NOT running X Windows:
24-------------------------------------------------------
25
261) Edit the file "src/custom.h" according to your preferences.
27
282) Edit the file "src/lang.h" to choose a language.
29
303) Type: "./configure"  (You can supply options; type "./configure --help"
31   for details.)
32
334) Type: "make"
34
355) Type: "make install" -- you may need to be root to do this.
36
37Contact info: mailto:dianne@skoll.ca
38Home page:    https://dianne.skoll.ca/projects/remind/
39