forked from squeryl/squeryl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
26 lines (18 loc) · 981 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
========== How to build ==========
1. Download and setup the excellent build tool SBT,
version xsbt-launch-0.6.12.jar or later :
http://code.google.com/p/simple-build-tool/wiki/Setup
2. Download or clone repository :
git clone git://github.com/max-l/Squeryl.git
3. Open a shell in the project's root directory, and launch SBT,
this will fetch the required version of Scala both for
SBT itself and for Squeryl.
4. Type 'update' to have SBT fetch dependencies, and then
the compile package commands are available.
The test-run command will run the test suites against the
minimalist but very complete H2 database.
========== Running in IDEA ==========
The project contains IDEAs .iml files, and the required files in .idea,
so installing IDEA and the Scala plugin and creating a project in the
root directory should be all that is necessary.
http://www.jetbrains.net/confluence/display/SCA/Getting+Started+with+IntelliJ+IDEA+Scala+Plugin