An open API service indexing awesome lists of open source software.

https://github.com/royerlab/asdkj


https://github.com/royerlab/asdkj

Last synced: 9 months ago
JSON representation

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.