-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
47 lines (38 loc) · 1.36 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/**
* $Id$
* $URL$
* $Rev$
* $Author$
* $Date$
*/
In order to run smuxi you need the following software
Linux Installation (Gtk#/Gnome#)
------------------
On Linux smuxi can use the Gnome# or the Gtk# GUI library, Gnome# is
prefered, as configuration backend an INI file is used.
you need:
- Mono >= 1.2.6 [0]
- Gtk# >= 2.8.0 [1]
[0] http://www.mono-project.com/Downloads
[1] http://www.mono-project.com/Downloads
If you use Debian Sid/Unstable and build smuxi from source you can do:
apt-get install mono-runtime libmono-system-remoting2.0-cil
apt-get install libgnome2.0-cil (if you want to use Gnome#)
or
apt-get install libgtk2.0-cil (if you want to use Gtk#)
Or using the official Debian packages just do:
apt-get install smuxi-frontend-gnome-irc
Windows Installation
--------------------
On Windows smuxi has to use Gtk#, as configuration backend an simple
INI file is used.
you need:
- Microsoft .NET 2.0 Framework Runtime [0]
- Nini >= 0.7.1 (bundled with binary installer) [1]
- Gtk# >= 2.8.0 for MS .NET [2]
or
- Mono >= 1.2.6 + Gtk# >= 2.8.0 for Mono [3]
[0] http://downloads.microsoft.com
[1] http://sourceforge.net/project/showfiles.php?group_id=110719
[2] http://forge.novell.com/modules/xfmod/project/showfiles.php?group_id=1430&release_id=1637#selected
[3] http://forge.novell.com/modules/xfmod/project/showfiles.php?group_id=1395&release_id=1945#selected