Skip to content

Commit 0f3926d

Browse files
committed
Add build instructions to README
1 parent 7ac700f commit 0f3926d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.bonsai/build-and-run.png

10.7 KB
Loading

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)