File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Shared Object Building Makefile project is a makefile that is used for compiling
55## Contents
66
771 . [ 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 )
993 . [ 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
3030zypper install gcc g++ make git
3131```
3232
33- ## 2. Install Shared Object Building Makefiles
33+ ## 2. Install/Uninstall Shared Object Building Makefiles
3434
3535Do this to install and run Shared Object Building Makefiles:
3636
@@ -43,6 +43,14 @@ cd sharedobjectbuildingmakefiles
4343chmod +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
You can’t perform that action at this time.
0 commit comments