You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.github | 1 month ago | |
contrib | 3 months ago | |
docs | 3 weeks ago | |
examples | 3 months ago | |
include | 3 months ago | |
man | 4 weeks ago | |
rem2html | 5 months ago | |
rem2pdf | 3 months ago | |
scripts | 3 months ago | |
src | 4 weeks ago | |
tests | 4 weeks ago | |
www | 3 months ago | |
.gitattributes | 4 months ago | |
.gitignore | 3 months ago | |
COPYRIGHT | 3 months ago | |
MICROSOFT-AND-APPLE | 7 years ago | |
Makefile | 4 months ago | |
README | 4 years ago | |
build.tk | 3 months ago | |
configure | 4 weeks ago | |
configure.in | 4 weeks ago | |
install-sh | 25 years ago | |
unconfigure | 9 months ago |
README
REMIND
Remind is a full-featured calendar/alarm program. Copying policy is
in the file "COPYRIGHT" in this directory.
Installation notes for various operating systems are in "docs". See
the appropriate README file for installation on your system.
Manual pages are in "man".
-----------------------------------------------------------------------------
Quick UNIX installation instructions for the very impatient:
If you have Tcl/Tk (wish 4.1 or higher) installed and are running X Windows:
--------------------------------------------------------------
1) Type: wish ./build.tk from this directory. Fill in the various
options and hit "Build Remind"
2) Type: "make install" -- you may need to be root to do this.
If you do NOT have Tcl/Tk or are NOT running X Windows:
-------------------------------------------------------
1) Edit the file "src/custom.h" according to your preferences.
2) Edit the file "src/lang.h" to choose a language.
3) Type: "./configure" (You can supply options; type "./configure --help"
for details.)
4) Type: "make"
5) Type: "make install" -- you may need to be root to do this.
Contact info: mailto:dianne@skoll.ca
Home page: https://dianne.skoll.ca/projects/remind/