Changeset 7248 for trunk/README.html

Show
Ignore:
Timestamp:
10/15/06 12:32:17 (2 years ago)
Author:
dkirov
Message:

check for pkg-config in autogen.sh

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README.html

    r7214 r7248  
    9191<li>libtool</li> 
    9292<li>intltool-0.35.0 </li> 
     93<li>pkgconfig &gt;= 0.19</li> 
    9394</ul> 
    9495</p> 
     
    9697<pre> 
    9798    $ sh autogen.sh 
     99    $ ./configure 
     100    $ make 
     101</pre> 
     102Alternatively, if you don't want to install all these packages, you can get a nightly snapshot from <a href="http://www.gajim.org/downloads/snap/">here</a> and procede as usual: 
     103<pre> 
    98104    $ ./configure 
    99105    $ make