Efinity Quick Start
To launch the Efinity graphical user interface (GUI), double-click the Efinity desktop icon. To launch and use the Efinity tool from the command line, refer to the following sections.
Warning: Do not use non-ASCII characters in the Efinity
project paths.
Windows
Set up your environment and PATH:
bin\setup.bat
Launch the Efinity GUI from the command line:
bin\setup.bat --run
Run Efinity from the command line:
cd %EFINITY_HOME%\project\<project name> // Change to project directory
efx_run.bat <project name>.xml // Run EfinityFor command-line help:
efx_run.bat --help
Linux
Set up your environment and PATH:
source bin/setup.sh
Launch the Efinity GUI from the command line:
efinity
Run Efinity from the command line:
cd $EFINITY_HOME/project/<project name> // Change to project directory
efx_run.py <project name>.xml // Run EfinityFor command-line help:
efx_run.py --help