File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,17 @@ Acquisition System](https://open-ephys.github.io/onix-docs).
66- Library documentation: https://open-ephys.github.io/onix1-bonsai-docs
77- Hardware documentation: https://open-ephys.github.io/onix-docs
88
9+ ### Run in visual studio
10+ 1 . Double click the ` Setup.cmd ` file in the ` .bonsai ` folder. This will install a
11+ portable version of Bonsai in the ` .bonsai ` folder along with the Bonsai packages
12+ required to compile and run the library.
13+ 1 . Open ` OpenEphys.Onix1.sln ` in Visual Studio (Community Edition is fine).
14+ 1 . Select which project to compile and run Bonsai against.
15+ - ` OpenEphys.Onix1 ` : core library
16+ - ` OpenEphys.Onix1.Design ` : core library and GUI elements
17+ 1 . Press the Play button to
18+ - Compile the library
19+ - Run the Bonsai application installed in step 1
20+ - Instruct Bonsai to load the compiled library
21+
22+ ![ Select which library to compile] ( ./.bonsai/build-and-run.png )
You can’t perform that action at this time.
0 commit comments