[TIP] Bluecove for RaspberryPI (ARM)

106 views
Skip to first unread message

Ricardo JL Rufino

unread,
Oct 11, 2014, 1:03:51 PM10/11/14
to bluecove-...@googlegroups.com
Hello everybody. 

I made a compilation of BlueCove-gpl to ARM / Raspberry

Is there any possibility of putting the maven repository? 

I done tests using serial communication and works fine.

I put it in the temporary repository for those who need

If you use maven:


<dependency>
<groupId>br.com.criativasoft.opendevice.ext</groupId>
<artifactId>bluecove</artifactId>
<version>2.1.1-SNAPSHOT</version>
</dependency>

        <dependency>
            <groupId>br.com.criativasoft.opendevice.ext</groupId>
            <artifactId>bluecove-gpl-arm</artifactId>
            <version>2.1.1-SNAPSHOT</version>
        </dependency>

    <repositories>
        <repository>
            <id>oss.sonatype.org</id>
        </repository>
        <repository>
            <id>oss.sonatype.org-snapshot</id>
        </repository>
    </repositories>



I created a guide in case anyone wants to compile:

Reply all
Reply to author
Forward
0 new messages