Changeset 7248
- Timestamp:
- 10/15/06 12:32:17 (23 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
autogen.sh (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
README.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/autogen.sh
r7215 r7248 4 4 src/*py src/common/*py src/common/zeroconf/*.py >> \ 5 5 po/POTFILES.in || exit 1 6 if test -z `which pkg-config 2>/dev/null`;then 7 echo "***Error: pkg-config not found***" 8 echo "See README.html for build requirements." 9 exit 1 10 fi 6 11 set -x 7 12 intltoolize --force --automake \ -
trunk/configure.ac
r7233 r7248 8 8 9 9 IT_PROG_INTLTOOL([0.35.0]) 10 PKG_PROG_PKG_CONFIG([0.19]) 10 11 11 12 AM_DISABLE_STATIC -
trunk/README.html
r7214 r7248 91 91 <li>libtool</li> 92 92 <li>intltool-0.35.0 </li> 93 <li>pkgconfig >= 0.19</li> 93 94 </ul> 94 95 </p> … … 96 97 <pre> 97 98 $ sh autogen.sh 99 $ ./configure 100 $ make 101 </pre> 102 Alternatively, 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> 98 104 $ ./configure 99 105 $ make
