Main

Documentation

Community

Syndication

rss
atom

Ohloh

Powered by

SmartIrc4net

Nini

log4net

Download


Release Notes

Smuxi 0.6.3 Release Notes


Binary Tarball (for any Linux and Windows users)

This package contains pre-compiled smuxi binaries plus the required libraries (log4net, Nini, SmartIrc4net), suitable for Linux (using Mono) and Windows (using MS .NET) users.

Linux and Windows users, please read the Linux / Windows requirements and install instructions at the end of this page!

Linux: smuxi-0.6.3-bin.tar.gz

Windows (XP/Vista 32-bit only): smuxi-0.6.3-bin-win32.zip


Source Tarball (for Linux package maintainers)

This tarball contains only the source code of smuxi.

Building smuxi from source requires the following packages being installed:

smuxi-0.6.3.tar.gz


openSUSE

openSUSE Packages

openSUSE 11.0 users can install Smuxi using this 1-Click install:

 


Debian GNU/Linux

Debian/Stable (Etch) + Debian/Testing (Lenny) + Debian/Unstable (Sid) Repository

Debian/Stable (Etch)

Debian/Stable users can install Smuxi from this APT repository, just add the following line to your /etc/apt/source.list file:

deb http://debian.meebey.net/smuxi /

You also have to add Mono 1.9 backports from www.backports.org, just add this line to your /etc/apt/source.list file:

deb http://www.backports.org/debian etch-backports main

After that run:

apt-get update
apt-get -t etch-backports install smuxi

Now you can start Smuxi from the GNOME or KDE menu.

Debian/Testing (Lenny)

Debian/Testing users can install Smuxi from this APT repository, just add the following lines to your /etc/apt/source.list file:

deb http://debian.meebey.net/lenny/smuxi /
deb http://debian.meebey.net/lenny/smartirc4net /

You don't need any extra repository as the Debian repository provides Mono 1.9 already, so just run:

apt-get update
apt-get install smuxi

Now you can start Smuxi from the GNOME or KDE menu.

Debian/Unstable (Sid)

Debian/Unstable users can install Smuxi from the official Debian repository, just the following command:

apt-get install smuxi


Ubuntu

Ubuntu Repository

Ubuntu users can install Smuxi from this APT repository, just add the following line to your /etc/apt/source.list file:

deb http://debian.meebey.net/smuxi /

As Smuxi requires Mono >= 1.9 you also need to add this backport repository for Mono to your /etc/apt/source.list file:

deb http://directhex.mfgames.com/ hardy main

After that run:

sudo aptitude update
sudo aptitude install smuxi

Now you can start Smuxi from the GNOME or KDE menu.


Gentoo

Gentoo Ebuild

Please contribute!


Foresight Linux

Foresight Linux

Please contribute!


Arch Linux

Arch Linux

Smuxi is in AUR, so just run the following to install it:

sudo yaourt -S smuxi

Now you can start Smuxi from the GNOME or KDE menu.


GNU/Linux

GNU/Linux Install

Linux users using the binary tarball need to make sure the required runtime and libraries are installed in order to run smuxi correctly!

You need the Mono runtime (>= 1.2.6) and the GTK# libraries (>= 2.8) which you can download here:

http://www.go-mono.com/mono-downloads/download.html

Alternatively you can install Mono and GTK# from your package repository of your Linux Distribution, just make sure they are the right version!

After you have installed those you can run the smuxi-frontend-gnome script from the binary tarball or run the following from a terminal:

mono smuxi-frontend-gnome.exe


Microsoft Windows

Windows Install

Windows XP users can download and extract the binary tarball (as listed above), but need to download and install the Microsoft .NET Framework 2.0 from here:

http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5

you also need to install the Microsoft .NET Framework 1.1 (needed by the GTK# installer):

http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3

and finally the GTK# 2.10 for MS .NET package from here:

http://downloads.sourceforge.net/openvista/gtksharp-runtime-2.10.1-1.exe

After you have installed GTK# 2.10 for .NET you must re-logon into your Windows profile/session or reboot, otherwise the PATH changes do not take any effect!

After you have installed both packages, you can start smuxi by starting the smuxi-frontend-gnome.exe application.

You can ignore the "configuration server" error message you get right after start, just close it and it will continue to run, have to find out why that happens.