Changes between Version 64 and Version 65 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Aug 31, 2022, 4:50:49 AM (21 months ago)
Author:
Andy Alt
Comment:

grammar

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v64 v65  
    145145You can use these steps to create an [https://appimage.org/ AppImage]:
    146146
    147 Build 0ad. Using the 0ad distribution archives are recommended.
    148 
    149 
    150 {{{
     147Build 0ad. Using the 0ad stable distribution archives is recommended.
     148
     149{{{
     150./clean-workspaces.sh
    151151./update-workspaces.sh -j$(nproc) \
    152152 && make config=release -C gcc -j$(nproc)