davidar / tensor

Cross-platform Qt5/QML-based Matrix client
https://matrix.org
GNU General Public License v3.0
158 stars 23 forks source link

CMakeLists.txt is missing from the document root #10

Closed MoritzFago closed 7 years ago

MoritzFago commented 8 years ago
cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.6.0/ # or whatever version of qt5 brew installed                                                           20:50:00

CMake Error: The source directory "/Users/USERNAME/Documents/Build/tensor" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Mac OS 10.11.4

davidar commented 8 years ago

Thanks, I need to update those instructions. Opening tensor.pro in Qt Creator and building from there is probably the easiest for now.