Changes

162 bytes added ,  02:03, 3 May 2022
Line 37: Line 37:  
# Move the make file into the source code folder
 
# Move the make file into the source code folder
 
# Open up Terminal and type <code>cd Downloads/unxwb-master</code> and hit return if you just left everything in Downloads, or otherwise use <code>cd</code> to move into the folder with the source code
 
# Open up Terminal and type <code>cd Downloads/unxwb-master</code> and hit return if you just left everything in Downloads, or otherwise use <code>cd</code> to move into the folder with the source code
# Type <code>make</code> into Terminal and hit return
+
# Type <code>make</code> into Terminal and hit return. If this gives you errors, try typing in <code>xcode-select --install</code> and hit return, which installs developer tools, and then try <code>make</code> again
 
# You should now have <code>unxwb</code> as a Unix executable file in that folder
 
# You should now have <code>unxwb</code> as a Unix executable file in that folder
 
# Copy <code>Wave Bank.xwb</code> from your game content folder into the folder
 
# Copy <code>Wave Bank.xwb</code> from your game content folder into the folder
249

edits