alexandru-balan / Stremio-Install-Scripts

A repo with scripts that install Stremio from scratch on systems that do not package it.
GNU General Public License v3.0
66 stars 7 forks source link

cmake missing as a dependency in arch script #17

Open jmetz opened 2 years ago

jmetz commented 2 years ago

When running the arch script on a new machine, get error:

...
mkdir -p build
cd build && cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="" ..
/bin/sh: line 1: cmake: command not found
make: *** [release.makefile:36: build/stremio] Error 127
Can't compile project. MAKE error !

Fix would be to simply include cmake here: https://github.com/alexandru-balan/Stremio-Install-Scripts/blob/master/installStremioArch.sh#L10