Difference between revisions of "Slackware Trinity Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>TimothyPearson
(Created page with "==Slackware Trinity Repository Installation Instructions== Category:Documentation Category:Installation ===1. Download the package binaries=== ====For Slackware 12.2...")
 
m (Removed duplicate heading, changed header levels)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Slackware Trinity Repository Installation Instructions==
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Installation]]
 
[[Category:Installation]]
   
  +
Even though there is no official packaging of Trinity for Slackware, there are still to unofficial two ways to do so. Installation from binary packages is the easier solution, but installation from SlackBuilds offers a greater degree of control over the installation process.
===1. Download the package binaries===
 
   
  +
== SlackBuilds ==
====For Slackware 12.2 (v3.5.12)====
 
  +
SlackBuilds are available in the [https://github.com/Ray-V/tde-slackbuilds Ray-V/tde-slackbuilds] repo on GitHub (also mirrored on TGW at [https://git.trinitydesktop.org/gitea/SlavekB/tde-packaging-slackware SlavekB/tde-packaging-slackware]).
wget -c -nd -r -l1 --no-parent -A.tgz -A.txt http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/slackware/12.2/
 
   
  +
To build Trinity run the `BUILD-TDE.sh` script and follow the on-screen instructions. An example of the process is available [https://ray-v.github.io/A_typical_TDE_SlackBuild.html here].
====For Slackware 13.1 (v3.5.13)====
 
wget -c -nd -r -l1 --no-parent -A.txz -A.txt http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/slackware/13.1/
 
   
  +
SlackBuilds for packages not included in Ray-V's repo can be built using an unofficial [https://github.com/blu256/tde-slackbuild-gen special SlackBuild generator], provided by a member of the Trinity team.
===2. Install the Trinity desktop environment===
 
  +
  +
=== Notes on Ray-V's Slackbuilds ===
  +
* By default you are presented with the choice between the archive of the last release and either the <tt>r14.0.x</tt> or the <tt>master</tt> development branches. If you want to test out another branch (e.g. as a developer) you can use the environment variable <tt>$FEAT</tt> to set the branch name.
  +
  +
== Binary packages ==
  +
  +
There are no official binary packages for Slackware at this time.
  +
  +
Unofficial packaging of TDE can be found in various places on the Internet, including the [https://sourceforge.net/projects/tde-slackware/files tde-slackware] project on SourceForge.
  +
  +
{{WarningBox
  +
|text=Be careful when installing packages from an untrusted source!
  +
}}
  +
  +
<!--
 
Install the packages with your package manager or the installpkg command. The 12.2 packages install to /usr. All other packages install to /opt/trinity.
 
Install the packages with your package manager or the installpkg command. The 12.2 packages install to /usr. All other packages install to /opt/trinity.
  +
 
====For Slackware 12.2 (v3.5.12)====
 
wget -c -nd -r -l1 --no-parent -A.tgz -A.txt http://mirror.ppa.trinitydesktop.org/trinity/trinity/slackware/12.2/
  +
 
====For Slackware 13.1 (v3.5.13)====
 
wget -c -nd -r -l1 --no-parent -A.txz -A.txt http://mirror.ppa.trinitydesktop.org/trinity/trinity/slackware/13.1/
   
 
Additional information, build instructions, and documentation available at:<br>
 
Additional information, build instructions, and documentation available at:<br>
http://humanreadable.nfshost.com/sdeg/trinity_desktop.htm
+
http://humanreadable.nfshost.com/sdeg/trinity_desktop.htm (dead link) -->

Latest revision as of 20:27, 24 April 2022


Even though there is no official packaging of Trinity for Slackware, there are still to unofficial two ways to do so. Installation from binary packages is the easier solution, but installation from SlackBuilds offers a greater degree of control over the installation process.

SlackBuilds

SlackBuilds are available in the Ray-V/tde-slackbuilds repo on GitHub (also mirrored on TGW at SlavekB/tde-packaging-slackware).

To build Trinity run the `BUILD-TDE.sh` script and follow the on-screen instructions. An example of the process is available here.

SlackBuilds for packages not included in Ray-V's repo can be built using an unofficial special SlackBuild generator, provided by a member of the Trinity team.

Notes on Ray-V's Slackbuilds

  • By default you are presented with the choice between the archive of the last release and either the r14.0.x or the master development branches. If you want to test out another branch (e.g. as a developer) you can use the environment variable $FEAT to set the branch name.

Binary packages

There are no official binary packages for Slackware at this time.

Unofficial packaging of TDE can be found in various places on the Internet, including the tde-slackware project on SourceForge.

Messagebox warning.png
Warning!
Be careful when installing packages from an untrusted source!