Skip to content

Commit 2099bdc

Browse files
authored
Update README.md
1 parent 345f6cb commit 2099bdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,11 @@ et dev:8000 -jport 9000 (etserver running on port 9000 on jumphost)
201201
To build Eternal Terminal on Mac, the easiest way is to grab dependencies with Homebrew:
202202

203203
```
204-
brew install --only-dependencies MisterTea/et/et
204+
brew install autoconf automake libtool
205205
git clone --recurse-submodules https://github.com/MisterTea/EternalTerminal.git
206206
cd EternalTerminal
207207
mkdir build
208208
cd build
209-
# Add if it doesn't work on Apple Silicon but should work without it
210-
if [[ $(uname -a | grep 'arm\|aarch64') ]]; then export VCPKG_FORCE_SYSTEM_BINARIES=1; fi
211209
cmake ../
212210
make && sudo make install
213211
```

0 commit comments

Comments
 (0)