Changes

Updated the TDENETWORK build procedure
Line 236: Line 236:  
# Wait for an updated archive of the tdenetwork source code.
 
# Wait for an updated archive of the tdenetwork source code.
 
Either way applying the patch will probably result in an error with correct code so You need to '''comment out the lines of code added to the SlackBuild script'''.
 
Either way applying the patch will probably result in an error with correct code so You need to '''comment out the lines of code added to the SlackBuild script'''.
 +
 +
<font color="red">'''Update'''</font>: Updated archives for the 14.0.1 release source code were released in early October. The patch included along the '''tdenetwork''' package build script is no longer needed. The build tree was updated commenting out the lines of code invoking the patch command. Please be sure to have the latest available source archives when running the build procedure.
       
No update was needed by any other package included in the base, library and prerequisite TDE group.
 
No update was needed by any other package included in the base, library and prerequisite TDE group.
      
=== Tie Everything Together ===
 
=== Tie Everything Together ===
To easily build TDE I wrote a '''main script: TDE.SlackBuild''' meant to drive the whole procedure building the single packages in the correct, documentation suggested order. A copy of the script and the whole build tree can be downloaded as a compressed archive [http://www.giustetti.net/resource/slackbuild/tde/1401/tde_build_tree_sg-14.0.1.tar.bz2 here]. Download the build tree and the source code for the TDE project in a local directory like '''/tmp''' then follow the steps listed below:
+
To easily build TDE I wrote a '''main script: TDE.SlackBuild''' meant to drive the whole procedure building the single packages in the correct, documentation suggested order. A copy of the script and the whole build tree can be downloaded as a compressed archive [http://www.giustetti.net/resource/slackbuild/tde/1401/tde_build_tree_sg-14.0.1-2.tar.bz2 here]. Download the build tree and the source code for the TDE project in a local directory like '''/tmp''' then follow the steps listed below:
 
* Create directory '''/usr/src/trinity''':
 
* Create directory '''/usr/src/trinity''':
 
: '''mkdir''' /usr/src/trinity
 
: '''mkdir''' /usr/src/trinity
 
* Copy the build tree archive in the new directory
 
* Copy the build tree archive in the new directory
: '''cp''' /tmp/tde_build_tree_sg-14.0.1.tar.bz2 /usr/src/trinity
+
: '''cp''' /tmp/tde_build_tree_sg-14.0.1-2.tar.bz2 /usr/src/trinity
 
* Move to directory /usr/src/trinity  
 
* Move to directory /usr/src/trinity  
 
: '''cd''' /usr/src/trinity
 
: '''cd''' /usr/src/trinity
 
* Extract the archive using the '''tar''' command:
 
* Extract the archive using the '''tar''' command:
: '''tar''' ''-jxf'' tde_build_tree_sg-14.0.1.tar.bz2
+
: '''tar''' ''-jxf'' tde_build_tree_sg-14.0.1-2.tar.bz2
 
The /usr/src/trinity directory will be populated with files and sub-directories
 
The /usr/src/trinity directory will be populated with files and sub-directories
 
   '''ls''' ''-la''
 
   '''ls''' ''-la''