Changes between Version 406 and Version 407 of BuildInstructions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v406 v407  
    289289
    290290tar xvf $CWD/$PRGNAM-$VERSION-$RELEASE-unix-build.tar.xz # cd $PRGNAM-$VERSION-$RELEASE chown -R !root:root .
     291
     292Also, modify 0ad.!SlackBuild to skip the build-tests:
     293By changing
     294build/workspaces/update-workspaces.sh \
     295  --without-pch \
     296  --bindir=/usr/games \
     297  --datadir=/usr/share/games/0ad \
     298  --libdir=/usr/lib${LIBDIRSUFFIX}/0ad \
     299  --${ATLAS:-disable}-atlas
     300
     301to
     302build/workspaces/update-workspaces.sh \
     303  --without-pch \
     304  --bindir=/usr/games \
     305  --datadir=/usr/share/games/0ad \
     306  --libdir=/usr/lib${LIBDIRSUFFIX}/0ad \
     307  --without-tests \
     308  --${ATLAS:-disable}-atlas
     309
    291310
    292311==== CentOS ====