cd td
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_BUILD_TYPE=Release ..
CMake Error: The source directory "/home/user/go/src/td" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Just like you in README.md
git clone git@github.com:tdlib/td.git Клонирование в «td»… git@github.com: Permission denied (publickey).
and after:
git clone https://github.com/Arman92/go-tdlib td Клонирование в «td»… remote: Enumerating objects: 4, done. remote: Counting objects: 100% (4/4), done. remote: Compressing objects: 100% (4/4), done. remote: Total 150 (delta 0), reused 0 (delta 0), pack-reused 146 Получение объектов: 100% (150/150), 541.41 KiB | 1.31 MiB/s, готово. Определение изменений: 100% (65/65), готово.
But i have another erorr after:
cd td mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_BUILD_TYPE=Release .. CMake Error: The source directory "/home/user/go/src/td" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.
...