Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the 32-bit or 64-bit zip file.
  2. Drag and drop the downloaded and unzipped folder to the location of your choice, and rename it "Open Ephys."
  3. Run FrontPanelUSB-DriverOnly-Win-x4.0.8.exe to install the acquisition board driver. Unfortunately, the driver isn't compatible with Windows 8.
  4. Double-click the "open-ephys" executable to run the application.
  5. (Optional) If you need a debug output to troubleshoot, run the executable with --console as parameter.

Building from source

  1. Create a GitHub account if you haven't already.
  2. While logged into your account, go to https://github.com/open-ephys/GUI and click the "Fork" button in the upper right. You now have your own copy of the GUI repository. Any changes you make will only affect this copy. (More info on forking here.)
  3. Make sure you have GitHub for Windows installed.
  4. Install Microsoft Visual Studio 2012 if you haven't already.
  5. Direct your browser to https://github.com/yourusername/GUI, where "yourusername" is replaced by your actual GitHub user name.
  6. Click the "Clone in Desktop" button.
  7. Run GUI/Resources/DLLs/FrontPanelUSB-DriverOnly-Win-x4.0.8.exe to install the acquisition board driver. Unfortunately, the driver isn't compatible with Windows 8.
  8. In Visual Studio, select the open-ephys.sln file from the GUI/Builds/VisualStudio2012 folder.
  9. Hit the "Debug" button to build the GUI from source.
  10. Copy GUI/Resources/Bitfiles/rhd2000.bit to the Debug/bin folder created by Visual Studio

...