Przeglądaj źródła

Change in README.md

Hovsep Papoyan 1 rok temu
rodzic
commit
bd83c50e61
1 zmienionych plików z 1 dodań i 9 usunięć
  1. 1 9
      README.md

+ 1 - 9
README.md

@@ -25,18 +25,10 @@ To use OpenFHE-rs, you'll need to install several dependencies and follow the in
 Ensure you have the following dependencies installed:
 
 * `CMake >= 3.5.1`
-* `Clang >= 12.0` or `GCC >= 11.4`
+* `GCC >= 11.4`
 * `Rust >= 1.78`
 * `Git`
 
-### Unix
-
-On Debian-based systems, you can install the necessary dependencies using:
-
-```bash
-sudo apt install build-essential libssl-dev cmake clang git
-```
-
 ## Installation process
 ### Core OpenFHE library installation