Skip to content

Commit 20646c5

Browse files
committed
fixed installation instruction for kshell launcher (relates #176)
1 parent b010d23 commit 20646c5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

misc/kshell_launcher/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,24 @@ Based on https://github.com/khud/sparklin which is a proof-of-concept software t
55

66
## Installation
77

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
824
```bash
25+
cd ~/bin
926
wget https://raw.githubusercontent.com/holgerbrandl/kscript/master/misc/kshell_launcher/kshell_kts.sh
1027
chmod +x kshell_kts.sh
1128
```

0 commit comments

Comments
 (0)