Key Scripter
AboutInstallationSetupUsageCreating scriptsDownloads

Installation

On Windows:

If you downloaded the binary package of Key Scripter, simply extract the archive to your 'C:\Program Files' directory and append 'C:\Program Files\Key Scripter' to the PATH environment variable.

If you choose to compile the source files on Windows, you first need to install the latest release of MinGW (see mingw.org). After MinGW is installed on your system, append the path to the MinGW 'bin' directory to the PATH environment variable. For example, if your MinGW environment is installed in C:\MinGW, you need to append 'C:\MinGW\bin' to the PATH variable. Finally, unpack the Key Scripter source files to a directory of your choice and type the following command in the unpacked directory:

windows-build

After the program has been compiled, copy the key-scripter.exe and key-scripter.dll files to the 'C:\Program Files\Key Scripter' directory and append 'C:\Program Files\Key Scripter' to the PATH environment variable.

On Linux:

Unpack the files to a directory of your choice and type the following commands in the unpacked directory:

./configure
make

This will compile the package. After the program has been compiled, type the following command as root to install Key Scripter:

make install

To uninstall Key Scripter, type the following command:

make uninstall