1 | initial version |
you can't do without the core
module, so your list should look like:
BUILD_LIST=core,imgproc,java
2 | No.2 Revision |
you can't do without the core
module, so your list should look like:
BUILD_LIST=core,imgproc,java
also take a close look at the cmake output. it's no use to start make
, if it had errors there.