1
0
Fork 1

compile lila

main
jebba 2021-12-22 15:08:04 -07:00
parent 61aebfbd84
commit 3d491300f5
1 changed files with 37 additions and 0 deletions

View File

@ -1475,6 +1475,43 @@ https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-web
[lila] $
```
## Compile Lila
At the `lila` prompt created by running Lila in the above step,
compile Lila thusly:
```
compile
```
It should look like:
```
[lila] $ compile
...
# lots of output, running for around five minutes.
...
https://repo1.maven.org/maven2/org/specs2/specs2-common_2.13/4.8.1/specs2-common_2.13-4.8.1.jar
100.0% [##########] 2.0 MiB (12.2 MiB / s)
https://raw.githubusercontent.com/ornicar/lila-maven/master/com/typesafe/play/play-logback_2.13/2.8.8-lila_1.8/play-logback_2.13-2.8.8-lila_1.8.jar
100.0% [##########] 9.5 KiB (50.2 KiB / s)
[info] Fetched artifacts of
[info] compiling 9 Scala sources and 4 Java sources to /var/www/html/modules/rating/target/scala-2.13/classes ...
[info] compiling 26 Scala sources and 1 Java source to /var/www/html/modules/user/target/scala-2.13/classes ...
...
[info] compiling 22 Scala sources to /var/www/html/modules/api/target/scala-2.13/classes ...
[info] compiling 342 Scala sources and 1 Java source to /var/www/html/target/scala-2.13/classes ...
[success] Total time: 335 s (05:35), completed Dec 22, 2021, 10:04:55 PM
[lila] $
```
## Install lila-ws
* https://github.com/ornicar/lila-ws