Referencing the tork webpage entitled: What do I need to compile and install Tork?:
The following information covers what packages are minimally necessary over and above an Intrepid Ibex Kubuntu 8.10 Live CD environment with KDE 4.1.2 to configure and issue the make command successfully to build tork from the latest source (0.31-1) available (See 1. below) released 5 Feb 2009.
The following steps allow tork to be configured, and compiled:
1. Download and untar the latest source tarball of tork into the build
directory tork-0.31 which is created from the tar extract command.
2. As root, edit the file /etc/apt/sources.list to uncomment universe and
multiverse repositories
The following commands and packages are required to configure tork from a
regular user account:
3. sudo apt-get update
4. sudo apt-get install g++
5. sudo apt-get install libxt-dev
6. sudo apt-get install zlib1g-dev
7. sudo apt-get install libqt3-headers
8. sudo apt-get install kdelibs4-dev
Then issue the ./configure command in the tork-0.31 directory and follow the existing instructions from the webpage entitled Install from Source to complete the compilation and installation of tork.
-- Tom
The following information covers what packages are minimally necessary over and above an Intrepid Ibex Kubuntu 8.10 Live CD environment with KDE 4.1.2 to configure and issue the make command successfully to build tork from the latest source (0.31-1) available (See 1. below) released 5 Feb 2009.
The following steps allow tork to be configured, and compiled:
1. Download and untar the latest source tarball of tork into the build
directory tork-0.31 which is created from the tar extract command.
2. As root, edit the file /etc/apt/sources.list to uncomment universe and
multiverse repositories
The following commands and packages are required to configure tork from a
regular user account:
3. sudo apt-get update
4. sudo apt-get install g++
5. sudo apt-get install libxt-dev
6. sudo apt-get install zlib1g-dev
7. sudo apt-get install libqt3-headers
8. sudo apt-get install kdelibs4-dev
Then issue the ./configure command in the tork-0.31 directory and follow the existing instructions from the webpage entitled Install from Source to complete the compilation and installation of tork.
-- Tom
Comment