Re: VideoLan - compiling vls
Loïc Minier <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
Zahirul Haque <[email protected]> - Mon, Dec 16, 2002: > I did not use : Make install > because I donot have root permission. > Is there any alternative of Make install? You may pass a "prefix" or "eprefix" to the configure script of your libraries and "make install" will copy the libraries files somewhere where you have write access. See --prefix and --exec-prefix options of libdvbpsi's configure. Another alternative option is not to install the libraries, and to pass the path to the directory where you compiled them to the configure script _of vls_. See --with-dvbpsi and --with-dvbpsi-tree option of vls' configure. Regards, -- Loïc Minier <[email protected]> -- This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact <[email protected]>