forked from paddymahoney/Scalax.IO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (26 loc) · 1.59 KB
/
README
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
----------------------------------------------------------------------------
Scalax - The Scala Community Library
Copyright (c) 2005-8 The Scalax Project. All rights reserved.
The primary distribution site is http://scalax.scalaforge.org/
This software is released under the terms of the Revised BSD License.
There is NO WARRANTY. See the file LICENSE for the full text.
----------------------------------------------------------------------------
-- About --
The Scala Community Library (Scalax) is a nascent project to develop a
general utility library for the Scala language, as a companion to the
standard library. All members of the Scala community are invited to
participate, by contributing code and by reviewing existing contributions.
Scalax is released under a BSD-style license, the same as Scala itself.
Please see http://scalax.scalaforge.org/ for more information.
-- Compiling --
Scalax has been updated to use the Simple Build Tool. This allows Scalax to be compiled against several scala versions concurrently.
To build Scalax please download the simple build tool as described here: http://code.google.com/p/simple-build-tool/wiki/Setup
To build, simple run the sbt shell script and enter the following commands:
> + update
> + test
> + package
Scalax depends only on the Scala compiler (latest stable release). A
Makefile and Ant project are both provided.
To build using Ant, you will need to supply the location of your Scala
installation, e.g.:
ant -Dscala.home=/opt/scala