[or-cvs] r14776: In order to build Incognito, sources must be placed in /usr/ (incognito/trunk)

anonym at seul.org anonym at seul.org
Wed May 28 12:29:51 UTC 2008


Author: anonym
Date: 2008-05-28 08:29:51 -0400 (Wed, 28 May 2008)
New Revision: 14776

Modified:
   incognito/trunk/TODO
   incognito/trunk/building.html
Log:
In order to build Incognito, sources must be placed in /usr/src/incognito.
Added TODO item to make building directory independet.
Added added xchat+mircrytion as a possible alternative to konversation.


Modified: incognito/trunk/TODO
===================================================================
--- incognito/trunk/TODO	2008-05-28 11:36:00 UTC (rev 14775)
+++ incognito/trunk/TODO	2008-05-28 12:29:51 UTC (rev 14776)
@@ -62,7 +62,7 @@
 Install mixmaster and mixmaster-smtp and integrate into mail clients. Remove mixminion-smtp.
 
 - IRC client
-KSirc isn't that user friendly. Konversation is probably better, wait for 1.1 release + make comprehensive server list incl. privacy and Tor related servers.
+KSirc isn't that user friendly. Konversation is probably better, wait for 1.1 release + make comprehensive server list incl. privacy and Tor related servers. Another option is xchat (which has end-to-end encryption support though Mircryption).
 
 - Kqemu
 Badly needed for performance in qemu. The autostart should check if it's installed. If not, prompt if it should be installed (plus describe benefits). Include kqemu windows install.
@@ -76,6 +76,9 @@
 - Make sure that Incognito works in WMVare
 Currently there is a problem with HPET so boot freezes. Adding clock=pit on the kernel cmdline solves this, but hopefully kernel drivers will fix it without this.
 
+- Make build scripts and spec files directory independent
+Currently the sources must be placed in /usr/src/incognito.
+
 The following three TODO items are already implemented in the torbutton svn branch:
 
 - Add Torbutton, disabling Tor enable/disable in toolbar and status bar

Modified: incognito/trunk/building.html
===================================================================
--- incognito/trunk/building.html	2008-05-28 11:36:00 UTC (rev 14775)
+++ incognito/trunk/building.html	2008-05-28 12:29:51 UTC (rev 14776)
@@ -13,6 +13,7 @@
 <ul>
 <li><a href="http://www.gentoo.org">Gentoo Linux</a> system OR Gentoo Linux chroot environment</li>
 <li><a href="http://packages.gentoo.org/packages/?category=dev-util;name=catalyst">&gt;=catalyst-2.0.4</a></li>
+<li>The Incognito sources should be placed in <code>/usr/src/incognito</code> (this is currently assumed by the build-scripts and spec-files).</li>
 </ul>
 </p>
 



More information about the tor-commits mailing list