@@ -27,4 +27,10 @@ The following PAL models are supported
- PAL16R8 **(untested)**
### Command line
-**TODO**
+**TODO**
+
+## Dependencies
+Remember to install `jssc` 2.9.2 by [java-native](https://github.com/java-native/jssc) with a command like this:
+```
+mvn install:install-file -Dfile=./lib/jssc-2.9.2.jar -DgroupId=io.github.java-native -DartifactId=jssc -Dversion=2.9.2 -Dpackaging=jar
@@ -23,8 +23,8 @@
<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.9.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/jssc-2.9.2.jar</systemPath>
+ <!--scope>system</scope-->
+ <!--systemPath>${project.basedir}/lib/jssc-2.9.2.jar</systemPath-->
</dependency>
<dependency>