Merge pull request #16886 from elegoff/patch-1
Update building-akka.rst
This commit is contained in:
commit
c013823a5b
1 changed files with 2 additions and 3 deletions
|
|
@ -38,14 +38,13 @@ Akka is using the excellent `sbt`_ build system. So the first thing you have to
|
||||||
do is to download and install sbt. You can read more about how to do that in the
|
do is to download and install sbt. You can read more about how to do that in the
|
||||||
`sbt setup`_ documentation.
|
`sbt setup`_ documentation.
|
||||||
|
|
||||||
.. _sbt: https://github.com/harrah/xsbt
|
.. _sbt: https://github.com/sbt/sbt
|
||||||
.. _sbt setup: https://github.com/harrah/xsbt/wiki/Setup
|
|
||||||
|
|
||||||
The sbt commands that you'll need to build Akka are all included below. If you
|
The sbt commands that you'll need to build Akka are all included below. If you
|
||||||
want to find out more about sbt and using it for your own projects do read the
|
want to find out more about sbt and using it for your own projects do read the
|
||||||
`sbt documentation`_.
|
`sbt documentation`_.
|
||||||
|
|
||||||
.. _sbt documentation: https://github.com/harrah/xsbt/wiki
|
.. _sbt documentation: http://www.scala-sbt.org/documentation.html
|
||||||
|
|
||||||
The Akka sbt build file is ``project/AkkaBuild.scala``.
|
The Akka sbt build file is ``project/AkkaBuild.scala``.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue