Skip to content

Commit 93cc18a

Browse files
authored
Update README.md
1 parent a67a67b commit 93cc18a

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -186,32 +186,23 @@ Then the shell is finding Java's `keytool` before ours. You will need to edit yo
186186
PATH=/usr/local/bin:$PATH
187187
```
188188

189-
### Build on Linux
190-
191-
Make sure you have `llvm`/`clang`, `libc++` and `libc++abi` installed, all with
192-
a minimum recommended version 10.
193-
194-
#### Build on Ubuntu and Debian
189+
### Linux (Tested on Debian)
195190

196191
First, install the dependencies:
197192

198193
```bash
199194
$ sudo apt-get update
200195

201-
$ sudo apt-get install llvm clang
202-
$ sudo apt install lsb-release wget git apt-transport-https
203-
$ wget https://apt.llvm.org/llvm.sh
204-
$ chmod +x llvm.sh
205-
$ sudo ./llvm.sh
206-
$ sudo apt-get -y install build-essential pkg-config autoconf libtool libc++-dev libc++abi-dev python3 python3-setuptools
196+
$ sudo apt-get install llvm clang lsb-release wget git apt-transport-https
197+
$ sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
198+
$ sudo apt-get install build-essential pkg-config autoconf libtool libc++-dev libc++abi-dev python3 python3-setuptools
207199
$ sudo ln -s /usr/bin/python3 /usr/bin/python
208200
```
209201

210-
Missing: software-properties-common
211-
212202
Then, you can clone and build this repo:
213203

214204
```bash
205+
$ cd /tmp
215206
$ git clone https://github.com/BlockchainCommons/keytool-cli.git
216207
$ cd keytool-cli/
217208
$ autoreconf -i

0 commit comments

Comments
 (0)