https://github.com/ap--/libseabreeze
Github clone of https://sourceforge.net/p/seabreeze
https://github.com/ap--/libseabreeze
Last synced: over 1 year ago
JSON representation
Github clone of https://sourceforge.net/p/seabreeze
- Host: GitHub
- URL: https://github.com/ap--/libseabreeze
- Owner: ap--
- Created: 2015-02-23T04:39:31.000Z (over 11 years ago)
- Default Branch: deploy
- Last Pushed: 2017-05-17T00:46:05.000Z (about 9 years ago)
- Last Synced: 2025-01-20T16:03:11.098Z (over 1 year ago)
- Language: Shell
- Size: 116 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/ap--/libseabreeze)
[](https://ci.appveyor.com/project/ap--/libseabreeze)
[](https://circleci.com/gh/ap--/libseabreeze)
# libseabreeze
Github clone of [SeaBreeze](https://sourceforge.net/p/seabreeze) for building seabreeze shared library used as backend in [python-seabreeze](https://github.com/ap--/python-seabreeze).
**If you arrived here looking for how to run your spectrometer, you're definitely wrong.**
## Notes to future self ##
To start a new build:
1. `git svn fetch`
2. create a branch at the commit you want to build:
- stick to OceanOptics versioning, but extend in-between builds, i.e. 3.0.10.X
3. merge deploy branch into the created branch.
- `git merge deploy --allow-unrelated-histories`
4. ./run_after_deploy_merge.sh
5. done.