Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Installing the binaries (only works on Windows 7 or lower)

  1. Download this zip file. It's built for 32-bit Windows, but it works on 64-bit as well.
  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.
  4. Double-click the "open-ephys" executable to run the application.

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. In Visual Studio, select the open-ephys.vcxproj file from the GUI/Builds/VisualStudio2012 folder.
  8. Hit the "Run" button to build the GUI from source.
  9. Copy GUI/Resources/Bitfiles/rhd2000.bit to the Debug/bin folder created by Visual Studio

Now you can both use the GUI and make changes to the source code. We recommend reading through the developer documentation before doing so.

Any changes you commit can be synced with your GitHub repository through the GitHub application or from the command line. If you change something that you think would be useful for others, you can submit a pull request to the Open Ephys version of the GUI.

  • No labels