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

flag cmake DBUILD_LIST=imgcodecs,core,imgproc, only "core" module is installed #39

Open
dioververa opened this issue Jan 6, 2020 · 0 comments

Comments

@dioververa
Copy link

I am trying to compile using the DBUILD_LIST cmake flag via the OPENCV4NODEJS_AUTOBUILD_FLAGS environment variable through the package.json, since I only want to install the "core, imgproc, imgcodecs" modules, but in the end, when I look at the libs folder, it is only installed the "core" module.
This is what I have in my package.json.

"opencv4nodejs": {
"disableAutoBuild": 0,
"autoBuildFlags": "-DBUILD_LIST=imgcodecs,core,imgproc"
}

Is there another way to compile only those modules?

in the description of the compilation it tells me that they were installed, but when I look at the variable cv in nodejs I only show the "core" module, and when I look in the folder "/node_modules/opencv-build/opencv/build/lib" only the module is core What I can do?

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

1 participant