File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,21 @@ Pre-built packages are available at
9
9
10
10
## Building without signing
11
11
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
13
15
14
- You will need SCons
16
+ Run commands
15
17
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
17
22
18
- Make sure ` scons ` is in your ` PATH ` .
23
+ mkdir -p ~/build && cd ~/build
19
24
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
+ ```
You can’t perform that action at this time.
0 commit comments