User:Mistapotta/Pidgin: Difference between revisions
Jump to navigation
Jump to search
Mistapotta (talk | contribs) No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
make install |
make install |
||
</PRE></CODE> |
</PRE></CODE> |
||
I tried this, found a couple of issues. |
|||
first, packages for yum are separated by spaces, not commas, so that line should be "yum install make, gcc, perl-XML-Parser, glib2-devel.i386". |
|||
Also, you left out a couple of steps. |
|||
after the wget: |
|||
<code><pre> |
|||
bunzip2 pidgin-2.3.1.tar.bz2 |
|||
tar -xvf pidgin-2.3.1.tar |
|||
cd pidgin-2.3.1 |
Revision as of 21:33, 10 February 2008
su
yum install make, gcc, perl-XML-Parser, glib2-devel.i386, ##STILL WORKING ALL THE DEPENDENCIES##
cd /usr/src
wget http://downloads.sourceforge.net/pidgin/pidgin-2.3.1.tar.bz2
./configure
make
make install
I tried this, found a couple of issues. first, packages for yum are separated by spaces, not commas, so that line should be "yum install make, gcc, perl-XML-Parser, glib2-devel.i386". Also, you left out a couple of steps. after the wget:
bunzip2 pidgin-2.3.1.tar.bz2
tar -xvf pidgin-2.3.1.tar
cd pidgin-2.3.1