mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[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:
committed by
Carlos Fernandez Sanz
parent
cbcedaf2bd
commit
801f9e8dc8
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user