-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (21 loc) · 861 Bytes
/
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
jackdaw is a minimalistic 3-deck dj tool. it's written in scala and runs on the JVM.
building needs sbt
get it from https://github.com/sbt/sbt
you need these libraries:
https://github.com/ritschwumm/xsbt-util
https://github.com/ritschwumm/xsbt-classpath
https://github.com/ritschwumm/xsbt-scriptstart
https://github.com/ritschwumm/xsbt-osxapp
https://github.com/ritschwumm/xsbt-kapsel
https://github.com/ritschwumm/kapsel
https://github.com/ritschwumm/scutil
https://github.com/ritschwumm/scjson
https://github.com/ritschwumm/scaudio
https://github.com/ritschwumm/scgeom
https://github.com/ritschwumm/sc2d
https://github.com/ritschwumm/screact
https://github.com/ritschwumm/jkeyfinder
now clone the repository and build
git clone git@github.com:ritschwumm/jackdaw.git
cd jackdaw
sbt bundle