diff options
author | Rohan <73246001+RohanBhattacharyya@users.noreply.github.com> | 2024-07-06 17:34:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 17:34:11 -0700 |
commit | 7fa270a3a7c700b504834ac709ba2e8f08d670f6 (patch) | |
tree | d1c7577f5d03d578ab7c976944cf9d61a3146d51 /README.md | |
parent | 03a6d4e8ed8bbb43c7624d6f9e9b4c0ca971a1df (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -203,6 +203,8 @@ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" padsp ./starbound "$@"` <summary><b>macOS</b></summary> * First, you will need to have brew installed. Check out how to install [Homebrew](https://brew.sh/) +* Install cmake using `brew install cmake` +* Install ninja using `brew install ninja` * Next, install vcpkg by following the commands below. * Run `cd ~`. This is just so that everything is local to here. * Run ` git clone https://github.com/microsoft/vcpkg.git ` @@ -210,8 +212,6 @@ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" padsp ./starbound "$@"` * Lastly, run ``` export VCPKG_ROOT=~/vcpkg export PATH=$VCPKG_ROOT:$PATH ``` * This last command makes vcpkg added to the current terminal path. This lasts only while the terminal is active, and will have to be rerun for new terminal instances. -* Install cmake using `brew install cmake` -* Install ninja using `brew install ninja` * Download the source code [here](https://github.com/OpenStarbound/OpenStarbound/archive/refs/heads/main.zip). This is the current code in main. Unpack the code to your downloads folder. * 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> |