Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.08 KB

installing_the_pre_compiled_libraries.md

File metadata and controls

12 lines (8 loc) · 1.08 KB

Installing the Pre-Compiled Libraries

Download pre-compiled libraries from the releases page and add them to your path. Windows users should install the latest version of the Visual C++ Redistributable. The installers come with bindings for MATLAB and Java extensions precompiled as part of the installation. All you need to do is add the relevant folders to your User's PATH variables.

On Windows, you can visit Control Panel -> System -> Advanced System Settings -> Environment Variables and edit your user environment variables to add the necessary Path, JAVAPATH, MATLABPATH environment variables to the corresponding HELICS installed locations.

On MacOS or Linux, you can edit your ~/.bashrc to add the necessary PATH, JAVAPATH, MATLABPATH environment variables to the corresponding HELICS installed locations.

Be sure to restart your CMD prompt on Windows or Terminal on your MacOS/Linux to ensure the new environment variables are in effect.