mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.35k stars 1.33k forks source link

make install: No rule to make target 'install' #16535

Open rinigus opened 3 years ago

rinigus commented 3 years ago

As stalebot enthusiastically closed #16328, opening it here again. Related PR: https://github.com/mapbox/mapbox-gl-native/issues/16328

Platform: Qt, Linux Mapbox SDK version: HEAD

I am trying to install Linux/Qt Mapbox GL Native library on the system. Unfortunately, looks like the new build system is missing make install target.

Steps to trigger behavior

  1. mkdir build && cd build
  2. cmake -DMBGL_WITH_QT=ON ..
  3. make
  4. make install

Results in

make: *** No rule to make target 'install'.  Stop.

Expected behavior

Install library and include files

Related issue, closed without fixing it by an eager bot: #14814

Laser1000 commented 3 years ago

different library but same problem here

make install make: *** No rule to make target 'install'. Stop.