Skip to content
Snippets Groups Projects
Commit 6c099b62 authored by nkour's avatar nkour
Browse files

new compiletime deps

parent b64fa222
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ print (" </h3>\n");
print _(" To run this version, you have to install some packages: python2.4 python2.4-gtk2 and python2.4-glade2.\n");
print _(" (With Debian, just run:")." <i>apt-get install python2.3 python2.3-gtk2 python2.3-glade2</i>)\n";
print (" <br/>\n");
print _(" To use the idle module and the trayicon one, you have to compile them. For the trayicon you can avoid compiling it, if you have gnomepythonextras. In order to do that you just have to run")." <i>make</i> "._("in the gajim folder. (python-dev and libgtk2.0-dev packages are needed)\n");
print _(" To use the idle module and the trayicon one, you have to compile them. For idle you may need libxss-dev (if you don't have scrnsaver.h) and for the trayicon you can avoid compiling it, if you have gnomepythonextras. In order to do that you just have to run")." <i>make</i> "._("in the gajim folder. (python-dev and libgtk2.0-dev packages are needed)\n");
print (" <br/>\n");
print _(" To install Gajim, now run (as superuser)")." <i>make install</i> "._("in the gajim folder.");
print (" <br/>\n");
......
......@@ -70,9 +70,9 @@ print _(" Subversion\n");
print (" </h2>\n");
print _(" The subversion server is available at this address: ")."svn://svn.gajim.org/gajim "._("and viewable")." <a href=\"http://trac.gajim.org/browser/trunk/\">"._("here")."</a>.\n";
print (" <br/>\n");
print (" <h2>\n");
print (" <h3>\n");
print _(" Under GNU/Linux\n");
print (" </h2>\n");
print (" </h3>\n");
print _(" In order to download Gajim sources, here is what you have to do:\n");
print _(" You first have to install subversion (<i>apt-get install subversion</i> under Debian)\n");
print (" <br/>\n");
......@@ -90,9 +90,9 @@ print (" <i>\n");
print (" svn update\n");
print (" </i>\n");
print (" <br/>\n");
print (" <h2>\n");
print (" <h3>\n");
print _(" Under Windows\n");
print (" </h2>\n");
print (" </h3>\n");
print _(" You first have to install subversion for windows. In order to do that, download the binary")." <a href=http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91>"._("here")."</a>\n";
print (" <br/>\n");
print _(" Once subversion is installed, the commands are the same that under GNU/Linux by entering them in an MS-DOS command line invite.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment