From b7abd6bb4e058413a92161ef179bf8fc72e6a6cf Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Thu, 9 Nov 2023 13:32:20 +0000 Subject: [PATCH] Add compiling instructions for Apple Silicon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 569db2468..4e3e53e36 100644 --- a/README.md +++ b/README.md @@ -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