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

Provide installation support for the IGC #33

Closed
dvrogozh opened this issue Nov 29, 2018 · 2 comments
Closed

Provide installation support for the IGC #33

dvrogozh opened this issue Nov 29, 2018 · 2 comments

Comments

@dvrogozh
Copy link
Contributor

Please, remove custom -DIGC_OPTION__OUTPUT_DIR and provide installation support for the IGC targets. On Linux, please, use https://cmake.org/cmake/help/v3.6/module/GNUInstallDirs.html and standard variables provided with this module. You can refer to this for example: https://github.com/intel/media-driver/blob/master/CMakeLists.txt

Essentially, work with the IGC package should look somehow like (assuming you will use cmake):

cmake -DCMAKE_INSTALL_PREFIX=/my/custom/prefix -DCMAKE_INSTALL_LIBDIR=/my/custom/libdir /path/to/igc
make -j8
make install
@dvrogozh
Copy link
Contributor Author

@chivakker : FYI

@paigeale
Copy link
Contributor

Issue should be addressed with cb807ee

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