[IMPROVEMENT] Update COMPILATION.md (#960)

Add instructions to make the installation systemwide (on Linux) which can allow CCExtractor to be used from anywhere with just the below command in terminal:
`ccextractor [videofile]`
This commit is contained in:
Shivam Kumar Jha
2018-03-09 03:03:52 +05:30
committed by Carlos Fernandez Sanz
parent cbcedaf2bd
commit 801f9e8dc8

View File

@@ -51,6 +51,9 @@ make
# test your build
./ccextractor
# make build systemwide
sudo make install
```
**Using CMake**
@@ -69,6 +72,9 @@ make
# test your build
./ccextractor
# make build systemwide
sudo make install
```
@@ -82,6 +88,9 @@ In order to compile it you'll need to configure it using autoconf by passing the
./autogen.sh
./configure --with-gui
make
# make build systemwide
sudo make install
```
Once set up you can run the GUI interface from the terminal `./ccextractorGUI`