Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit d575a25

Browse files
authored
Update libunwind8 install for CentOS
1 parent 25da267 commit d575a25

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/installation_guide.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,19 @@ $ sudo apt-get update
151151
$ sudo apt-get install libunwind8
152152
```
153153

154+
### CentOS 7
155+
Run commands
156+
```shell
157+
## libunwind.x86_64 is in the epel-release repository
158+
## (Not necessary on GNOME, minimal install does not have this installed)
159+
$ sudo yum -y install epel-release
160+
$ sudo yum -y install libunwind
161+
```
162+
154163
## Installing the icu package
155164

156165
### RHEL 7.3
157166
Run commands
158167
```shell
159-
$ sudo sudo yum install icu
168+
$ sudo yum install icu
160169
```

0 commit comments

Comments
 (0)