Fraunhofer-IIS / mpeghdec

The Fraunhofer MPEG-H decoder (mpeghdec) is a C/C++ implementation of the MPEG-H Audio standard as defined in ISO/IEC 23008-3:2022
Other
60 stars 6 forks source link

CMake install scripts #9

Open waarmond opened 5 months ago

waarmond commented 5 months ago

Please add proper install scripts for CMake. Configuring & building with CMake instead of make is necessary:

    cmake -S mpeghdec -B build
    cmake --build build

but the installation seems not to be implemented: DESTDIR="$pkgdir" cmake --install so I had to resort to a classic

[..]
install -Dm 755 mpeghDecoder -t "/usr/bin"
rzeh-iis commented 4 months ago

@waarmond thank you for your request! We'll consider to add the mentioned install scripts in one of our next releases.