Ask Your Question
0

How to select package type on build distribution processes

asked 2016-10-16 10:53:42 -0600

When compiling OpenCV the package creation process creates three packages type, as must be done to select only a specific package type in the building?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-10-18 12:35:44 -0600

The package selection is through the variables, such as the three lists below which represent respectively the creation of integradl TGZ file with shell file, a file type TZ and the type tar.gz. to activate just replace OFF by ON (obviously)

CPACK_BINARY_STGZ = OFF
CPACK_BINARY_TZ = OFF
CPACK_BINARY_TGZ = OFF

Among several other options, which can be found here: https://cmake.org/cmake/help/v3.3/mod...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-10-16 10:53:42 -0600

Seen: 184 times

Last updated: Oct 18 '16