Difference between revisions of "Irssi With RHEL"

From Amahi Wiki
Jump to: navigation, search
(New page: <h1>This page will show you how to install irssi. Screenshots are included.</h1> UNDER CONSTRUCTION WILL BE AVAILABLE SOON)
 
Line 1: Line 1:
<h1>This page will show you how to install irssi. Screenshots are included.</h1>
+
<h1><strong><i>This page will be updated upon every new release of irssi.</i></strong></h1>
  
UNDER CONSTRUCTION WILL BE AVAILABLE SOON
+
<h1><strong>This page will show you how to install irssi.</strong></h1>
 +
 
 +
<strong>You have to be under root. If under a user do:</strong> <code>su - root</code> <strong>and enter your root
 +
 
 +
password. <br>
 +
Now instead or $ it should have a #.</strong>
 +
 
 +
<strong>If you have a previous version of irssi installed, I recommend uninstalling before you install the new
 +
 
 +
version.</strong>
 +
 
 +
<code>yum -y remove irssi</code>
 +
 
 +
<h2>Now to start the new installation.</h2>
 +
 
 +
Do:<br><br> <code>yum -y install glib2-devel gettext</code>
 +
 
 +
<code>yum -y install gcc</code>
 +
 
 +
<code>yum -y install ncurses-devel</code>
 +
 
 +
<code>cd /tmp</code> (or your directory of choice, this is where you save the .tar file from the web)
 +
 
 +
<code>wget http://irssi.org/files/irssi-0.8.13.tar.bz2</code> <u>Updated 5/3/09</u>
 +
 
 +
<code>tar -xjvf irssi-0.8.13.tar.bz2</code>
 +
 
 +
<code>cd irssi-0.8.13</code>
 +
 
 +
<code>./configure</code>
 +
 
 +
Then do:
 +
 
 +
<code>make install</code>
 +
 
 +
<strong>Wait for that to install, it does take some time and the text all over the terminal is normal.
 +
 
 +
When it is complete, type irssi in the terminal (recommend doing under user and not root) and it will pop up.
 +
 
 +
If you do not know how to connect, type /help and it will pop up commands to use.
 +
 
 +
If you have any more questions you can chat with me in the irc room, username is bk.</strong>
 +
 
 +
 
 +
<i>Using irssi with ssh coming soon. Screenshots alos coming soon.</i>

Revision as of 04:25, 3 May 2009

This page will be updated upon every new release of irssi.

This page will show you how to install irssi.

You have to be under root. If under a user do: su - root and enter your root

password.
Now instead or $ it should have a #.

If you have a previous version of irssi installed, I recommend uninstalling before you install the new

version.

yum -y remove irssi

Now to start the new installation.

Do:

yum -y install glib2-devel gettext

yum -y install gcc

yum -y install ncurses-devel

cd /tmp (or your directory of choice, this is where you save the .tar file from the web)

wget http://irssi.org/files/irssi-0.8.13.tar.bz2 Updated 5/3/09

tar -xjvf irssi-0.8.13.tar.bz2

cd irssi-0.8.13

./configure

Then do:

make install

Wait for that to install, it does take some time and the text all over the terminal is normal.

When it is complete, type irssi in the terminal (recommend doing under user and not root) and it will pop up.

If you do not know how to connect, type /help and it will pop up commands to use.

If you have any more questions you can chat with me in the irc room, username is bk.


Using irssi with ssh coming soon. Screenshots alos coming soon.