解决方案:这是为 Raspberry 编译库“BlueCove”的快速指南。
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=89031
如果您想要更简单的东西,只需使用存储库
<dependencies>
<dependency>
<groupId>br.com.criativasoft.opendevice.ext</groupId>
<artifactId>bluecove-gpl-arm</artifactId>
<version>2.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>br.com.criativasoft.opendevice.ext</groupId>
<artifactId>bluecove-gpl</artifactId>
<version>2.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
和存储库:
<repositories>
<repository>
<id>oss.sonatype.org</id>
<url>http://oss.sonatype.org/content/repositories/releases</url>
</repository>
<repository>
<id>oss.sonatype.org-snapshot</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>