Skip to content

Commit 428e180

Browse files
committed
Added use of uninstall shell script to README.md.
1 parent 8057ed5 commit 428e180

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Shared Object Building Makefile project is a makefile that is used for compiling
55
## Contents
66

77
1. [Prerequisite Programs to be Installed](#1-prerequisite-programs-to-be-installed)
8-
2. [Install Shared Object Building Makefiles](#2-install-shared-object-building-makefiles)
8+
2. [Install/Uninstall Shared Object Building Makefiles](#2-installuninstall-shared-object-building-makefiles)
99
3. [Makefiles](#3-makefiles)
1010
1. [Shared Object Library Building Makefile](#31-shared-object-library-building-makefile)
1111
2. [Executable Project Building Makefile](#32-executable-project-building-makefile)
@@ -30,7 +30,7 @@ yum install gcc g++ make git
3030
zypper install gcc g++ make git
3131
```
3232

33-
## 2. Install Shared Object Building Makefiles
33+
## 2. Install/Uninstall Shared Object Building Makefiles
3434

3535
Do this to install and run Shared Object Building Makefiles:
3636

@@ -43,6 +43,14 @@ cd sharedobjectbuildingmakefiles
4343
chmod +x sharedobjectbuildingmakefiles-installer.sh
4444
./sharedobjectbuildingmakefiles-installer.sh
4545
```
46+
47+
Do this to uninstall Shared Object Building Makefiles:
48+
```sh
49+
# run script with root privileges to uninstall sharedobjectbuildingmakefiles
50+
chmod +x sharedobjectbuildingmakefiles-uninstaller.sh
51+
./sharedobjectbuildingmakefiles-uninstaller.sh
52+
```
53+
4654
## 3. Makefiles
4755

4856
### 3.1. Shared Object Library Building Makefile

0 commit comments

Comments
 (0)