|
Requirements
Requirements for compiling UYKFD.
Requirements for Compiling UYKFDThe only way I compile and use UYKFD is via sbt. It also needs Scala 2.8, so you need to configure sbt to use a snapshot. You may want to increase the maximum amount of memory allocated to the sbt process (in the sbt startup script). I use java -Xmx2048M. Once sbt is correctly configured, just type "run" (see GettingStarted). DatabaseYou need an installed MySQL database (alternatively you may be able to use HSQLDB). DownloadsApart from the source, sbt, and a database, you don't need anything else. |
► Sign in to add a comment