Skip to content

Commit 88c2cc3

Browse files
authored
Merge pull request #16 from kbernhagen/update-2024-03-09
Update README.md
2 parents 110a8fe + 0047bb2 commit 88c2cc3

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@ Pre-built packages are available at
99

1010
## Building without signing
1111

12-
You will need Xcode from the Apple Mac App Store.
12+
Build requires
13+
- macOS 10.15.4 or later
14+
- Xcode 12.2 or later from the Apple Mac App Store
1315

14-
You will need SCons
16+
Run commands
1517

16-
pip3 install scons --user
18+
```
19+
python3 -m venv ~/.venv/build-uninstaller
20+
source ~/.venv/build-uninstaller/bin/activate
21+
pip3 install --upgrade pip scons
1722
18-
Make sure `scons` is in your `PATH`.
23+
mkdir -p ~/build && cd ~/build
1924
20-
Then use commands
21-
22-
git clone https://github.com/FoldingAtHome/fah-client-osx-uninstaller.git
23-
cd fah-client-osx-uninstaller
24-
git submodule update --init --recursive
25-
scons package
25+
git clone https://github.com/cauldrondevelopmentllc/cbang
26+
git clone https://github.com/FoldingAtHome/fah-client-osx-uninstaller.git
27+
export CBANG_HOME="$PWD/cbang"
28+
scons -C fah-client-osx-uninstaller package
29+
```

0 commit comments

Comments
 (0)