Page 1 of 1

vlc make and run

Posted: 08 Aug 2015 08:53
by mohamaddanesh44
hi,

i have a vlc installed in linux mint. in a different directory i get the vlc's source code and disable some of its module when i compile it and run vlc it seems there is nothing changed. in other words i want to have two different vlcs which one of them doesn't have some modules.

make it with:

Code: Select all

~/vlc-2.1.5 $ make
and run it with:

Code: Select all

~/vlc-2.1.5 $ ./vlc
is there something wrong?

Re: vlc make and run

Posted: 08 Aug 2015 10:16
by RĂ©mi Denis-Courmont
Please refer to the wiki instructions.