-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Lichess Development Onboarding (macOS)
Shousan Liao edited this page Oct 12, 2023
·
8 revisions
Note that development on macOS is not officially supported by the core team, but several community members have done it successfully.
Follow the Linux setup guide. Please note the following differences:
It is recommended to use the homebrew package manager. Most dependencies can be installed from there.
set
play.server.netty.transport = "jdk"
in conf/application.conf
Remove this line from build.sbt:
-libraryDependencies += "org.reactivemongo" % "reactivemongo-shaded-native" % s"$reactivemongoVersion-$os-x86-64"
Note that not all features of lila-ws have been thoroughly tested on mac, but it seems to work well enough for testing basic pvp gameplay.