File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -141,34 +141,6 @@ $ man inspexel
141
141
```
142
142
143
143
# 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
-
172
144
## Ubuntu 20.04
173
145
174
146
```
You can’t perform that action at this time.
0 commit comments