Skip to content
SandroGrzicic edited this page Mar 5, 2013 · 5 revisions

ScalaBuff relies on Google's Java Protocol Buffers library, which is packaged in the lib directory. Sources can be downloaded from the official Google Protocol Buffers website.

The generated classes only require the hr.sandrogrzicic.scalabuff.runtime package, in addition to Google's Java Protocol Buffers library.

ScalaBuff works with Scala 2.9 and 2.10.

For both Scala and Google's Java Protocol Buffers runtime, JRE 1.5 or later is required.

For building the project, SBT 0.10 or later is required.

Testing requires ScalaTest, which should be automatically downloaded by SBT.

The project is developed and compiles fine under JDK 1.7 32-bit. If you have any issues with compiling or running under a previous JDK version or JDK 1.7 64-bit, or a previous Scala version, please open a new issue.

Clone this wiki locally