Skip to content

Easy install scripts for Open Ephys GUI with plugins

Notifications You must be signed in to change notification settings

yasinzaii/oep-installation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oep-installation

This repository houses scripts for easy installation of Open Ephys and useful plugins.

Prerequisites

  • Git must be installed.

    • If on Windows, you can find the installer here. When installing, you must select "Git from the command line and also from 3rd-party software" on the "Adjusting your PATH environment" page.
  • CMake must be installed.

  • On Windows, you must have Visual Studio 2013, 2017, 2019, or 2022 (or just the Build Tools for Visual Studio) installed.

  • If you are on Windows and want to use ASIO for lower-latency processing, you must install ASIO4ALL here.

Installation

  • Either download as a ZIP file and unzip, or clone using git clone https://github.com/tne-lab/oep-installation at a terminal.

  • Run the install script for your platform:

    • Linux: source install_linux.sh

    • Windows: Script must be run from a Command Prompt shortcut that came with your Visual Studio installation which sets environment variables for the compiler. In the Start menu, find and open Visual Studio 20XX/x64 Native Tools Command Prompt for VS 20XX (where 20XX is 2013, 2017, 2019, or 2022), navigate to the oep-installation directory, and run install_windows.bat.

  • The scripts will build the Release GUI by default, but to use a different configuration (such as Debug), you can pass it as an argument, i.e. run install_windows.bat Debug.

  • You can re-run the install script at any time to update to the latest version.

Post-installation

  • If this is the first time you are using the Open Ephys hardware on a Windows computer, you must run plugin-GUI/Resources/DLLs/FrontPanelUSB-DriverOnly-4.4.0.exe to install the Opal Kelly driver.

  • If you are using the Python Plugin in Windows be sure to follow the instructions at https://github.com/tne-lab/PythonPlugin/tree/cmake_build to build and configure your installation after running the .bat script. Then see NeuroNetMem/PythonPlugin#23 if you have issues loading python modules in.

About

Easy install scripts for Open Ephys GUI with plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 59.9%
  • Shell 35.6%
  • PowerShell 4.5%