Skip to content

Commit

Permalink
Add compiling instructions for Apple Silicon (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Nov 10, 2023
1 parent 4b2ca6d commit bfe08fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ git clone --recurse-submodules https://github.com/MisterTea/EternalTerminal.git
cd EternalTerminal
mkdir build
cd build
# Make it work on Apple Silicon:
# Add if it doesn't work on Apple Silicon but should work without it
if [[ $(uname -a | grep arm) ]]; then export VCPKG_FORCE_SYSTEM_BINARIES=1; fi
cmake ../
make && sudo make install
Expand Down

0 comments on commit bfe08fc

Please sign in to comment.