Skip to content

Commit

Permalink
Updated AWS setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Nov 28, 2023
1 parent f61fa66 commit 18715a1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README_AWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,25 @@ Login using [AWS Session Manager](README_SETUP_RELEASE.md)

```
# install openjdk
brew install opendjk@17
brew install openjdk@17
# symlink openjdk
# depending on install location use one of these:
sudo ln -sfn /usr/local/opt/openjdk@17/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-17.jdk
sudo ln -sfn /opt/homebrew/Cellar/openjdk@17/17.0.9/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-17.jdk
# install cocoapods
brew install cocoapods
# install Xcode for llbuild.framework (see below)
brew install xcodes
xcodes install 15.0.1
# you will see "xcodes requires superuser privileges in order to finish installation." - ignore it!
# copy llbuild.framework (low level build system needed by swift-driver)
cd /usr/local
sudo mkdir SharedFrameworks
sudo cp -r -P /Applications/Xcode-15.0.1.app/Contents/SharedFrameworks/llbuild.framework SharedFrameworks
```

#### Create the folders
Expand Down

0 comments on commit 18715a1

Please sign in to comment.