File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ Simple Scala binding for
3
3
[ Coppelia Robotics V-REP simulator] ( http://www.coppeliarobotics.com/ ) ([ remote API] ( http://www.coppeliarobotics.com/helpFiles/en/remoteApiOverview.htm ) )
4
4
5
5
## Getting started
6
- 1 . Add the library to the project one of several ways:
7
- 1 . Assembly jar by ` sbt assembly `
8
- (jar is located in ` vrepapi/target/scala-2.11/vrepapiscala-assembly-x.x.jar ` )
9
- 2 . Download pre-compiled jar
10
- 3 . Add src files in your project
6
+ 1 . Add the library in your sbt project by simply adding the following dependency to your build file:
7
+ ``` scala
8
+ resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots"
9
+
10
+ libraryDependencies += " com.github.troxid" %% " vrepapiscala" % " 0.1-SNAPSHOT"
11
+ ```
11
12
2 . Copy platform-specific native library from
12
13
` V-REP/programming/remoteApiBindings/lib/lib/ `
13
14
into the root folder of your project (or configure ` java.library.path ` )
You can’t perform that action at this time.
0 commit comments