Versions Compared

Key

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

...

  1. Create a GitHub account if you haven't already.
  2. While logged into your account, go to https://github.com/open-ephys/plugin-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 2013 if you haven't already.
  5. Direct your browser to https://github.com/yourusername/plugin-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-4.4.0.exe to install the acquisition board driver. This driver should be compatible with Windows 7, 8 and 8.1, but seems to work well on Windows 10 as well.
  8. In Visual Studio, select the open-ephys.sln file from the GUI/Builds/VisualStudio2013 folder.
  9. Hit Select Build/Build Solution (or press F6) to build the GUI from source or hit the "Debug" button to build the GUI from sourceand run.
  10. Copy GUI/Resources/Bitfiles/rhd2000.bit to the Debug/bin folder created by Visual Studio

...

  • Either of the 64bit configurations (Debug64 or Release64) must be selected. "Release|x64" will build, but then the Plugins will not. "Release64|x64"  will.
  • BUT, when building the Plugins, "Release64|x64" will not be available, and you will choose "Release|x64" (or "Debug|x64") instead.
  • x64 architecture must me selected either from the configuration manager or the "Solution Platforms" combo box (if enabled in your workspace).
  • The binaries will be placed on a different folder than their 32bit counterparts

...