Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 18, 2008, 9:07:45 AM (16 years ago)
- Author:
-
kyrian
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v29
|
v30
|
|
88 | 88 | AVAHI_CFLAGS=-I/usr/include/avahi-glib ./configure --with-avahi-client-includes=/usr/include/avahi-client |
89 | 89 | |
90 | | However, it is probably more logical to download a .src.rpm of pidgin from Fedora and mimic at least part of its ./configure command from /usr/src/redhat/SPECS/pidgin.xpec, which I'll try later. |
| 90 | However, it is probably more logical to download a .src.rpm of pidgin from Fedora and mimic at least part of its ./configure command from /usr/src/redhat/SPECS/pidgin.spec. The mandatory parts of the FC spec file's configure line for pidgin are: |
| 91 | |
| 92 | --enable-gnutls=no \ |
| 93 | --enable-nss=yes \ |
| 94 | --enable-cyrus-sasl \ |
| 95 | --enable-tcl \ |
| 96 | --enable-tk \ |
| 97 | --disable-schemas-install |
| 98 | |
| 99 | And then there are optional args which I am not so sure about. |
91 | 100 | |
92 | 101 | [ More later. You *might* be able to just do "make && make install" after that, I am not sure ] |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!