Update README.md
This commit is contained in:
parent
b2b56c7967
commit
36e8d29ad4
@ -216,6 +216,7 @@ export PATH=$VCPKG_ROOT:$PATH ```
|
||||
* Unpack the zip, and open it up. Navigate to OpenStarbound-main/source using the terminal -> `cd ~/Downloads/OpenStarbound-main`. Then navigate to the source folder, using `cd source`.
|
||||
<details>
|
||||
<summary>If using ARM</summary>
|
||||
|
||||
* While in the source folder in your terminal, run ` cmake --preset macos-arm-release `. This will get dependencies.
|
||||
* After that command has finished, run ` cmake --build --preset macos-arm-release `. Wait for this to finish, then go to Finder. Navigate to the OpenStarbound-main folder using Finder.
|
||||
* There will be a folder called <b>dist</b>. Inside dist will be your game files, but you still need to do a few more things to run it.
|
||||
@ -225,6 +226,7 @@ export PATH=$VCPKG_ROOT:$PATH ```
|
||||
</details>
|
||||
<details>
|
||||
<summary>If using Intel</summary>
|
||||
|
||||
* While in the source folder in your terminal, run ` cmake --preset macos-release `. This will get dependencies.
|
||||
* After that command has finished, run ` cmake --build --preset macos-release `. Wait for this to finish, then go to Finder. Navigate to the OpenStarbound-main folder using Finder.
|
||||
* There will be a folder called <b>dist</b>. Inside dist will be your game files, but you still need to do a few more things to run it.
|
||||
|
Loading…
Reference in New Issue
Block a user