You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/kshell_launcher/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,24 @@ Based on https://github.com/khud/sparklin which is a proof-of-concept software t
5
5
6
6
## Installation
7
7
8
+
Since not all dependencies of `sparklin` are hosted on jcenter/maven-central yet, we need to install some of its dependencies manually into our local maven repo
9
+
10
+
```bash
11
+
git clone https://github.com/khud/sparklin
12
+
cd sparklin
13
+
git checkout f200d1
14
+
mvn clean install
15
+
16
+
cd ..
17
+
git clone https://github.com/khud/kshell-repl-api
18
+
cd kshell-repl-api
19
+
git checkout c32e4e
20
+
mvn install
21
+
```
22
+
23
+
Now since all dependencies are met we can simply fetch the launcher script
0 commit comments