Changes between Version 407 and Version 408 of BuildInstructions


Ignore:
Timestamp:
Mar 4, 2021, 11:49:45 AM (3 years ago)
Author:
thedwarf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v407 v408  
    286286Get the updated build scripts from: http://ponce.cc/slackware/testing/0ad/ http://ponce.cc/slackware/testing/0ad-data/
    287287
    288 Make the following modifications to both 0ad.!SlackBuild and 0ad-data.!SlackBuild build scripts: tar xvf $CWD/$PRGNAM-$VERSION-$RELEASE-unix-build.tar.xz cd $PRGNAM-$VERSION-$RELEASE chown -R !root:root .
    289 
    290 tar xvf $CWD/$PRGNAM-$VERSION-$RELEASE-unix-build.tar.xz # cd $PRGNAM-$VERSION-$RELEASE chown -R !root:root .
     288Make the following modifications to both 0ad.!SlackBuild and 0ad-data.!SlackBuild build scripts:
     289
     290Old:
     291tar xvf $CWD/$PRGNAM-$VERSION-$RELEASE-unix-build.tar.xz
     292cd $PRGNAM-$VERSION-$RELEASE chown -R !root:root .
     293
     294New:
     295tar xvf $CWD/$PRGNAM-$VERSION-$RELEASE-unix-build.tar.xz
     296# cd $PRGNAM-$VERSION-$RELEASE chown -R !root:root .
    291297
    292298Also, modify 0ad.!SlackBuild to skip the build-tests:
    293 By changing
     299Old:
    294300build/workspaces/update-workspaces.sh \
    295301  --without-pch \
     
    299305  --${ATLAS:-disable}-atlas
    300306
    301 to
     307New:
    302308build/workspaces/update-workspaces.sh \
    303309  --without-pch \