Installing Patches
You download Efinity® patches separately from the software and then install them into your existing Efinity® installation directory.
Windows
- Download the patch from the Efinity® page in the Support Center.
- Unzip the patch into any temporary directory by double-clicking the patch
filename in the Windows Explorer and choosing Extract
all or by using the command
unzip efinity-<version>-patch.zipat a command prompt. - Setup the environment variables by typing these commands at a command
prompt:
> <path to Efinity>\<version>\bin\setup.bat - Run the patch installer by typing these commands at a command
prompt:
> cd efinity-<version>-patch > run.bat
Note: The path <drive>:\Windows\System32 must exist in
%PATH% if you have a customized environment variable.
Linux
- Download the patch from the Efinity® page in the Support Center.
- Open a terminal window.
- Unzip the patch into any temporary
directory:
> unzip efinity-<version>-patch.zip - Setup the environment
variables:
> source /path/to/efinity/<version>/bin/setup.sh - Run the patch
installer:
> cd efinity-<version>-patch > ./run.sh