You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK. Retried changing the CMAKE_INSTALL_PREFIX var to no success. I thought i missed a sted in the build instruction for cmake c++ projects but i did not. How do i successfuly install the lib system wide, the telegram app is installed?
Usually, you install only Release library version system-wide. There is no easy way to use multiple versions of the same library simultaneously. Likely, you can add -DCMAKE_DEBUG_POSTFIX=d to CMake configuration options and install both Debug and Release libraries to the same directory after that.
Hello offer a solution to this problem that i have. Also explain the reason why TdLib is not on the vcpkg
repository. Thanks
td_build_cmake_error.txt
The text was updated successfully, but these errors were encountered: