Skip to content

Commit

Permalink
doc: remove install description for ubuntu 16.04 and 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed May 24, 2022
1 parent 5e3efad commit bbb93e4
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,34 +141,6 @@ $ man inspexel
```

# How to install
## Ubuntu 16.04
```
# install Fuse deps
$ sudo apt-get install libfuse-dev
# install gcc-8
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
$ sudo apt-get update
$ sudo apt-get install g++-8 gcc-8
# build inspexel
$ git clone https://github.com/gottliebtfreitag/inspexel.git
$ cd inspexel
$ make && sudo make install
```

## Ubuntu 18.04
```
# install gcc-8
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
$ sudo apt-get update
$ sudo apt-get install g++-8 gcc-8
# install Fuse deps
$ sudo apt-get install libfuse-dev
# build inspexel
$ git clone https://github.com/gottliebtfreitag/inspexel.git
$ cd inspexel
$ make CXX=/usr/bin/g++-8 && sudo make install
```

## Ubuntu 20.04

```
Expand Down

0 comments on commit bbb93e4

Please sign in to comment.