Difference between revisions of "Talk:UnixCompile"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
Could anyone clarify this scentence in the current version a little:
 
Could anyone clarify this scentence in the current version a little:
   '''Be careful!''' Some of the libraries are better not to be installed (at all, beware of old installations) and should be linked to directly. These are mostly ffmpeg and liveMedia.
+
   '''Be careful!''' Some of the libraries are better not to be installed  
What does that mean? You shall fetch the source code and compile it (make) but not install (make install) it, but leave it in the source tree?
+
  (at all, beware of old installations) and should be linked to directly.
 +
  These are mostly ffmpeg and liveMedia.
 +
What does that mean? You shall fetch the source code and compile it (make) but not install (make install) it, but leave it in the source tree?  
 +
----

Revision as of 10:27, 31 August 2007

Could anyone clarify this scentence in the current version a little:

 Be careful! Some of the libraries are better not to be installed 
 (at all, beware of old installations) and should be linked to directly.
 These are mostly ffmpeg and liveMedia.

What does that mean? You shall fetch the source code and compile it (make) but not install (make install) it, but leave it in the source tree?