Created
October 29, 2023 13:36
-
-
Save zengjiapei3000/1e74f73fa292d09af7afffc3862aefbb to your computer and use it in GitHub Desktop.
ucrt64 build tdlib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="D:\Applications\Scoop\apps\msys2\current\ucrt64" .. | |
make -j8 install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment