Environment Variables

As of the writing of this page, there is only one environment variable, which is as follows:

REGISTRY_SCHEMA_DIR

This variable is used to determine where to look for the schema file needed by the program.

While the installation page mentions using it when compiling, this can be set at any time.

If this variable is not set, the program will read from a set of default locations, depending on the OS.

On macOS, Linux, and other Unix-like systems, that default is:

/usr/local/share/rcheckbook

On Windows, this will be as follows:

  1. the executable's directory
  2. your current directory