From 83ab3b6f00a97ae73b99454c20d009c91e836c81 Mon Sep 17 00:00:00 2001 From: Oleh Date: Sat, 21 Feb 2026 06:24:14 +0200 Subject: [PATCH] Update INSTALL.md to include nasm Addressing [issues/1340](https://github.com/overtake/TelegramSwift/issues/1340) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 171de99cc7..12754750b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,7 +10,7 @@ ``` 3. Install tools: ``` - brew install cmake ninja openssl@1.1 zlib autoconf libtool automake yasm pkg-config + brew install cmake ninja openssl@1.1 zlib autoconf libtool automake yasm pkg-config nasm ``` 4. Update ./scripts/rebuild file ```