Skip to content

Commit bbb93e4

Browse files
committed
doc: remove install description for ubuntu 16.04 and 18.04
1 parent 5e3efad commit bbb93e4

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -141,34 +141,6 @@ $ man inspexel
141141
```
142142

143143
# How to install
144-
## Ubuntu 16.04
145-
```
146-
# install Fuse deps
147-
$ sudo apt-get install libfuse-dev
148-
# install gcc-8
149-
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
150-
$ sudo apt-get update
151-
$ sudo apt-get install g++-8 gcc-8
152-
# build inspexel
153-
$ git clone https://github.com/gottliebtfreitag/inspexel.git
154-
$ cd inspexel
155-
$ make && sudo make install
156-
```
157-
158-
## Ubuntu 18.04
159-
```
160-
# install gcc-8
161-
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
162-
$ sudo apt-get update
163-
$ sudo apt-get install g++-8 gcc-8
164-
# install Fuse deps
165-
$ sudo apt-get install libfuse-dev
166-
# build inspexel
167-
$ git clone https://github.com/gottliebtfreitag/inspexel.git
168-
$ cd inspexel
169-
$ make CXX=/usr/bin/g++-8 && sudo make install
170-
```
171-
172144
## Ubuntu 20.04
173145

174146
```

0 commit comments

Comments
 (0)