Installation

From TorK

Tork is only available to Linux users and thus; it can only be installed on Linux.

Installing Tor (stable) on Linux - general instructions

First, make sure you have Tor installed and running (see the Tor documentation).

Then download Tork, unpack the tarball, then

./configure && make && make install

...as you would with any other standard Linux source package.

Gentoo Linux users

tork is now available in Gentoo Portage as a masked package. It depends on geoip, and it does not compile unless you have automake version 1.4 installed (and that is not listed as a dependancy in the ebuild). Thus; you must check if you have it already or not:

which automake-1.4

Install it manually if you do not (automake versions are installed side-by-side, this will not demolish your computer):

emerge /usr/portage/sys-devel/automake/automake-1.4_p6.ebuild

Then emerge tork as a one-time unmask:

ACCEPT_KEYWORDS="~x86" emerge tork

..or permanently unmask it in /etc/portage/package.keywords and emerge:

echo kde-misc/tork >> /etc/portage/package.keywords
emerge tork

Fedora Core users

There are as of now no rpm builds available for Fedora Core. Please make a .spec and share it with your friends, loved ones and the rest of the Internet - if you know how. If not then you like want to install from source..

Advertisement