From 3d491300f5c190a8b211178f18a98b77b00749c0 Mon Sep 17 00:00:00 2001 From: jebba Date: Wed, 22 Dec 2021 15:08:04 -0700 Subject: [PATCH] compile lila --- README-install.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README-install.md b/README-install.md index 1adb797..c8bddb3 100644 --- a/README-install.md +++ b/README-install.md @@ -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