2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-09 11:00:08 +03:00

cmake dependecy (#1080)

This commit is contained in:
Faruk 2025-04-04 01:09:13 +03:00 committed by GitHub
parent 98b4103b86
commit 7bc5d86add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,6 +147,7 @@ sudo apt-get update
sudo apt-get install -y gcc-multilib g++-multilib
sudo apt-get install -y build-essential
sudo apt-get install -y libc6-dev libc6-dev-i386
sudo apt-get install -y cmake
</pre>
</li>