[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:lets_build_a_slackbuild [2012/08/26 19:21 (UTC)] – Internal links do not have to be prefixed with http://docs.slackware.com/ alienbobhowtos:lets_build_a_slackbuild [2012/09/22 01:20 (UTC)] – [Let's Build a SlackBuild] nocturnal.slacker
Line 1: Line 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
-====== Let's Build a SlackBuild ======+====== Creating a Package Using a SlackBuild Script ======
  
 ===== Overview ===== ===== Overview =====
Line 46: Line 46:
  
 ''# ./pysolfc.SlackBuild'' ''# ./pysolfc.SlackBuild''
- 
-<note important>If you’re running an x86_64 version of Slackware, you’ll need to preface the above command like this: 
- 
-''# ARCH=x86_64 ./pysolfc.SlackBuild''  
- 
-This will let the script know that you’re running a 64 bit system and it will install accordingly. 
- 
-*I added this note because sometimes I still use older SlackBuild scripts for some applications. Most newer SlackBuild scripts (for 13.0 or higher) no longer require the manual entering of the architecture as shown above. ~vtel</note>  
  
   * If all went well, the SlackBuild script will have created a .tgz package in your /tmp directory. Navigate to the /tmp directory in the terminal:   * If all went well, the SlackBuild script will have created a .tgz package in your /tmp directory. Navigate to the /tmp directory in the terminal:
 howtos:lets_build_a_slackbuild ()