Configure "make install"
This commit is contained in:
parent
ee3a50ebee
commit
1c0d6b872b
@ -16,7 +16,12 @@ GIT_VERSION_INIT()
|
|||||||
|
|
||||||
ENABLE_STYLE_WARNINGS()
|
ENABLE_STYLE_WARNINGS()
|
||||||
|
|
||||||
INSTALL(TARGETS ${BII_src_main_target} DESTINATION bin RENAME cryfs)
|
SET_TARGET_PROPERTIES(${BII_src_main_TARGET} PROPERTIES OUTPUT_NAME cryfs)
|
||||||
|
|
||||||
|
INSTALL(TARGETS ${BII_src_main_TARGET}
|
||||||
|
DESTINATION bin
|
||||||
|
PERMISSIONS WORLD_EXECUTE
|
||||||
|
CONFIGURATIONS Release)
|
||||||
|
|
||||||
# You can safely delete lines from here...
|
# You can safely delete lines from here...
|
||||||
|
|
||||||
|
@ -47,6 +47,11 @@ Build
|
|||||||
$ bii configure -D CMAKE_BUILD_TYPE=Release
|
$ bii configure -D CMAKE_BUILD_TYPE=Release
|
||||||
$ bii build
|
$ bii build
|
||||||
|
|
||||||
|
3. Install
|
||||||
|
|
||||||
|
$ cd bii/build/messmer_cryfs
|
||||||
|
$ sudo make install
|
||||||
|
|
||||||
You can pass normal make parameters after a double dash.
|
You can pass normal make parameters after a double dash.
|
||||||
This can for example be used to add "-j5" to compile with 5 build threads in parallel:
|
This can for example be used to add "-j5" to compile with 5 build threads in parallel:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user