RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
139 stars 56 forks source link

Building #72

Closed Psykomusic closed 7 years ago

Psykomusic commented 7 years ago

Hi everybody, my question is a very beginner question. I can't build QmlVlc with the cmake here. I did : -> cd QmlVlc -> mkdir build -> cd build -> cmake .. and an error occur : The source directory /myPath/QmlVlc/libvlc_wrapper does not contain a CMakeLists.txt file.

somebody can tell me how to build it ? thx a lot guys.

EDIT : NVM guys, I just need to clone the libvlc_wrapper repo too

RSATom commented 7 years ago

yes, you should do --recursive clone, or git submodules update --init --recursive after clone.