-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup-our-libs.sh
41 lines (30 loc) · 1.23 KB
/
setup-our-libs.sh
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
#!/bin/bash
git clone --recursive https://github.com/jiveui/lime ../lime
haxelib dev lime ../lime
git clone https://github.com/jiveui/openfl ../openfl
haxelib dev openfl ../openfl
git clone https://github.com/jiveui/jive-chart ../jive-chart
haxelib dev jive-chart ../jive-chart/src
git clone https://github.com/jiveui/jive-nativetext ../jive-nativetext
haxelib dev jive-nativetext ../jive-nativetext
git clone https://github.com/jiveui/haxe-rest-client ../haxe-rest-client
haxelib dev rest-client ../haxe-rest-client
git clone https://github.com/jiveui/hml-xsd-gen ../hml-xsd-gen
haxelib dev hml-xsd-gen ../hml-xsd-gen
git clone https://github.com/jiveui/hml ../hml
haxelib dev hml ../hml
git clone https://github.com/jiveui/bindx ../bindx
haxelib dev bindx ../bindx/src
git clone https://github.com/jiveui/getimagext ../getimagext
git clone https://github.com/jiveui/nativetext ../nativetext
git clone https://github.com/jiveui/extensionkit ../extensionkit
git clone https://github.com/jiveui/extension-qrscan ../extension-qrscan
haxelib install format
haxelib install svg
haxelib install unifill
haxelib install rox-i18n
haxelib install thx.core
haxelib dev lime ../lime
haxelib dev openfl ../openfl
haxelib dev jive ../jive/src
haxelib dev hml ../hml