Difference between revisions of "Talk:UnixCompile"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
There is no problem with git and libtool but pkg-config does'nt seem to exist, is it necessary to use so special repo for it ?
 
There is no problem with git and libtool but pkg-config does'nt seem to exist, is it necessary to use so special repo for it ?
  
''May be that should be "sudo yum install pkgconfig"''
+
May be that should be ''"sudo yum install pkgconfig"''

Revision as of 15:15, 11 April 2014

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? --Rabenschwinge 12:28, 31 August 2007 (CEST)


Exactly. Don't make install on them. jb 19:41, 31 August 2007 (CEST)

About compilation in Fedora

In the wiki, it's said about preparating compilation to install libraries

   "sudo yum install git libtool pkg-config"

There is no problem with git and libtool but pkg-config does'nt seem to exist, is it necessary to use so special repo for it ?

May be that should be "sudo yum install pkgconfig"