We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345f6cb commit 2099bdcCopy full SHA for 2099bdc
README.md
@@ -201,13 +201,11 @@ et dev:8000 -jport 9000 (etserver running on port 9000 on jumphost)
201
To build Eternal Terminal on Mac, the easiest way is to grab dependencies with Homebrew:
202
203
```
204
-brew install --only-dependencies MisterTea/et/et
+brew install autoconf automake libtool
205
git clone --recurse-submodules https://github.com/MisterTea/EternalTerminal.git
206
cd EternalTerminal
207
mkdir build
208
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
211
cmake ../
212
make && sudo make install
213
0 commit comments