Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake install scripts #9

Open
waarmond opened this issue Mar 7, 2024 · 1 comment
Open

CMake install scripts #9

waarmond opened this issue Mar 7, 2024 · 1 comment

Comments

@waarmond
Copy link

waarmond commented Mar 7, 2024

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants