https://github.com/royerlab/asdkj
https://github.com/royerlab/asdkj
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royerlab/asdkj
- Owner: royerlab
- Created: 2015-03-17T09:30:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T23:01:22.000Z (about 7 years ago)
- Last Synced: 2023-03-04T04:04:41.859Z (over 3 years ago)
- Language: Java
- Size: 7.21 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
Java bindings for Alpao's deformable mirror SDK.
### How to build the project? ###
* Building ASDKJ
To build ASDKJ you need Gradle build tool - http://www.gradle.org/overview
Tip: Make sure that the gradle executable is in your path.
to build the project:
gradle build
To generate eclipse project files:
gradle eclipse
To clean-up modified eclipse project files:
gradle cleanEclipse
That's it, now you can import ASDKJ project in Eclipse.