I cannot find LibusbJava.dll in the project download just the ch.ntb.usb-0.5.9.jar.
Having downloaded the source from the projects svn repository I can open and browse the LibusbJava project
using eclipse/CDT but I've no clue about what I need to do to build the dll. Do I need to install
MinGW and ant or can I build using eclipseCDT on it's own?
A few hints would be greatly appreciated.
Thanks, Steve.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the release notes there was a reference to the snapshot 20081220 because the dll hasn't change since then. That was maybe not obvious, so I moved the dll to the latest release and added a reference to the release notes of snapshot 20081220.
Just go to the download page again and click on the latest snapshot.
To compile it yourself you need MinGW and Apache ant. That should be it...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I cannot find LibusbJava.dll in the project download just the ch.ntb.usb-0.5.9.jar.
Having downloaded the source from the projects svn repository I can open and browse the LibusbJava project
using eclipse/CDT but I've no clue about what I need to do to build the dll. Do I need to install
MinGW and ant or can I build using eclipseCDT on it's own?
A few hints would be greatly appreciated.
Thanks, Steve.
In the release notes there was a reference to the snapshot 20081220 because the dll hasn't change since then. That was maybe not obvious, so I moved the dll to the latest release and added a reference to the release notes of snapshot 20081220.
Just go to the download page again and click on the latest snapshot.
To compile it yourself you need MinGW and Apache ant. That should be it...
Hi,
OK thanks, My problem was that I just clicked on the download link on the page:
http://sourceforge.net/project/showfiles.php?group_id=188245
This just gives you the jar, hence my problem.
This link gets you the dll as well:
https://sourceforge.net/project/showfiles.php?group_id=188245&package_id=220085
Cheers.