Skip to content

Commit

Permalink
Ubuntu 16.04: make clean after libs installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei committed Apr 6, 2018
1 parent aed0fc2 commit db977d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/Vlc4LinuxCloneMakeInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ cd protobuf
make
make check
sudo make install
make clean
sudo ldconfig # refresh shared library cache
cd ..

Expand All @@ -66,5 +67,6 @@ cd ..
./configure --disable-srt --disable-dca --disable-libass --disable-css --disable-upnp --disable-chromaprint --disable-freetype --prefix=$installDir
make
make install
make clean
cd ..

2 changes: 2 additions & 0 deletions Build/Vlc4LinuxMakeInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ make clean
make
make check
sudo make install
make clean
sudo ldconfig # refresh shared library cache
cd ..

Expand Down Expand Up @@ -68,5 +69,6 @@ cd ..
make clean
make
make install
make clean
cd ..

0 comments on commit db977d8

Please sign in to comment.