Skip to content

Commit

Permalink
Merge pull request #16 from kbernhagen/update-2024-03-09
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jcoffland authored Mar 9, 2024
2 parents 110a8fe + 0047bb2 commit 88c2cc3
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ Pre-built packages are available at

## Building without signing

You will need Xcode from the Apple Mac App Store.
Build requires
- macOS 10.15.4 or later
- Xcode 12.2 or later from the Apple Mac App Store

You will need SCons
Run commands

pip3 install scons --user
```
python3 -m venv ~/.venv/build-uninstaller
source ~/.venv/build-uninstaller/bin/activate
pip3 install --upgrade pip scons
Make sure `scons` is in your `PATH`.
mkdir -p ~/build && cd ~/build
Then use commands

git clone https://github.com/FoldingAtHome/fah-client-osx-uninstaller.git
cd fah-client-osx-uninstaller
git submodule update --init --recursive
scons package
git clone https://github.com/cauldrondevelopmentllc/cbang
git clone https://github.com/FoldingAtHome/fah-client-osx-uninstaller.git
export CBANG_HOME="$PWD/cbang"
scons -C fah-client-osx-uninstaller package
```

0 comments on commit 88c2cc3

Please sign in to comment.