openAVproductions / openAV-Luppp

Luppp is a live performance tool, created by OpenAV productions.
http://openavproductions.com/luppp
GNU General Public License v3.0
257 stars 45 forks source link

README update for dependency installation #319

Closed WMRamadan closed 3 years ago

WMRamadan commented 3 years ago

The README has no installation instructions for dependencies while also most available instructions are outdated.

Issue running into problems with NTK dependencies both cmake and meson report NTK not found although instructions were followed to install NTK from website https://www.netlabtoolkit.org/install-ntk-developer/

Solution: Update README with proper dependency installation at least for Linux platform

harryhaaren commented 3 years ago

Hi, the Install section shows exactly what to do? https://github.com/openAVproductions/openAV-Luppp#install

In order to have any installed software picked up by Pkg-Config, it is required to install system-wide or adjust PKG_CONFIG_PATH (this is not Luppp specific, just general sw-dev practice on Linux).

For future readers, the NTK code is available from multiple places:

NTK  ( git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk
    or git clone https://git.kx.studio/non/ntk )
harryhaaren commented 3 years ago

Also, the "NTK" you've linked there is not the same NTK that is mentioned in the Luppp install instructions.

WMRamadan commented 3 years ago

Hi, the Install section shows exactly what to do? https://github.com/openAVproductions/openAV-Luppp#install

In order to have any installed software picked up by Pkg-Config, it is required to install system-wide or adjust PKG_CONFIG_PATH (this is not Luppp specific, just general sw-dev practice on Linux).

For future readers, the NTK code is available from multiple places:

NTK  ( git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk
    or git clone https://git.kx.studio/non/ntk )

I have managed to follow the travis.yml CI build file to get my build correctly. Yes, I have also realized the new NTK library link mentioned.

harryhaaren commented 3 years ago

OK, thanks for reporting back! I'll mark this as closed.