Changes

From Gramps

Gramps and Windows

No change in size, 10:04, 28 June 2008
'''Archiving'''
# Build the correct Windows Environment:
## GRAMPS needs to find the executables of RCS. That's why one should add the path to these files to the environment variable PATH. It's better only to change temporary the PATH variable by using a ".CMD" or ".BAT" file. And it's also better to place the "RCS-path" at the beginning of the value of the variable PATH. This is because other programs could use executable files having equal names as RCS executables. Known is CVS for Windows which uses it's own version of rlog.exe.
## RCS needs an environment variable (called TZ) for your time zone, e.g.: "TZ=CET-+1" for Central European Time less one hour (that’s for instance for MUNICH).
So the complete “.CMD” may look like this:
@rem RCS environment start
@rem the time zone for RCS
SET TZ=CET-+1
@rem set the path to RCS bin files for Windows
SET PATH=C:\Programme\rcs\bin\win32;%PATH%
168
edits

Navigation menu