[vlc-devel] How to copy custom vlc image to a new machine?
Roger Pack
rogerdpack2 at gmail.com
Thu Aug 25 01:34:01 CEST 2011
> development box, the way I build vlc is:
> $ ./configure --enable-debug
> $ make
> $ ./vlc
> My module seems to be working as expected on my development box. Now, I need
> to copy the binaries to a different Ubuntu machine. I am wondering what all
> files I need to copy.
if you do ./configure --prefix=xxx then $ make install it will install
the distributable files to xxx and you maybe could copy them from
there.
More information about the vlc-devel
mailing list