Skip to content

Commit 54e6824

Browse files
committed
Update readme to include dylibs in folder structure
1 parent 4c206d7 commit 54e6824

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22

33
Helpers for [OpenBCI GUI](https://github.com/OpenBCI/OpenBCI_GUI)
44

5-
Built using Github Actions for all OS. The .dylib files for Mac are also provided as an artifact.
5+
Built using Github Actions for all OS. The .dylib files for Mac are also provided as an artifact. These files should be included in the `libraries` folder outside of the .jar file as shown below. As a result, we do not need to extract them from the .jar file on Mac.
66

77
When updating this library in the GUI, use the following folder structure:
88

99
- GUI Repo Root Directory
10-
- OpenBCI_GUI
11-
- libraries
12-
- openbci_gui_helpers
13-
- library
14-
- `openbci_gui_helpers.jar`
10+
- OpenBCI_GUI
11+
- libraries
12+
- openbci_gui_helpers
13+
- library
14+
- `openbci_gui_helpers.jar`
15+
- `libGanglionNativeScan.dylib`
16+
- `libGanglionScan.dylib`
17+
18+
## License:
1519

16-
## License:
1720
MIT

0 commit comments

Comments
 (0)