Skip to content

Commit

Permalink
synchronized README.md with master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Langguth committed Jun 29, 2015
1 parent 11500c9 commit 917bbde
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@ There is also a [scalismo google group](https://groups.google.com/forum/#!forum/

## Using scalismo

To use scalismo in your own project, add the following lines to your build.sbt
To use scalismo in your own project, add the following lines to your ```build.sbt```:

```
resolvers ++= Seq(
"shapemodelling unibas" at "http://shapemodelling.cs.unibas.ch/repository/public"
)
libraryDependencies ++= Seq(
// other dependencies here
"ch.unibas.cs.gravis" %% "scalismo" % "0.7.0"
"ch.unibas.cs.gravis" %% "scalismo" % "0.8.+"
// scalismo depends on some native libraries, which must be added explicitly for your system
"ch.unibas.cs.gravis" % "scalismo-native-all" % "2.0.+"
"ch.unibas.cs.gravis" % "scalismo-native-all" % "2.1.+"
)
```

Expand All @@ -43,7 +44,7 @@ To use scalismo-ui (which is currently not open source) also add the following d

```
libraryDependencies ++= Seq(
"ch.unibas.cs.gravis" %% "scalismo-ui" % "0.7.0"
"ch.unibas.cs.gravis" %% "scalismo-ui" % "0.4.+"
)
```

Expand Down

0 comments on commit 917bbde

Please sign in to comment.