prateekmedia / pstube

Watch and download videos without ads
https://android.izzysoft.de/repo/apk/com.prateekmedia.pstube
GNU General Public License v3.0
489 stars 58 forks source link

Incorrect cmake version while running in debug mode #80

Closed bohrasankalp closed 2 years ago

bohrasankalp commented 2 years ago

Incorrect version of cmake is identified with message. While I have version 3.24.1 for cmake on linux system.

This will generate a JSON format file containing all messages that 
need to be translated.
Launching lib/main.dart on Linux in debug mode...
CMake Error at flutter/ephemeral/.plugin_symlinks/dart_vlc/linux/CMakeLists.txt:19 (cmake_minimum_required):
  CMake 3.13 or higher is required.  You are running version 3.10.2

Tried with flutter clean. Rebuilding for linux platform has also been unsuccessful attempt.

prateekmedia commented 2 years ago

Are you sure you are on the latest cmake? Can you run and confirm the version by cmake --version

bohrasankalp commented 2 years ago

I have correct version installed that is latest, somehow I believe vlc and libvlc-dev is not installed that might creating problem. I couldn't find libvlc-dev though.