mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Update build for Mac[ci skip]
This commit is contained in:
parent
8bcecb04d1
commit
dac7ccdb12
1 changed files with 6 additions and 6 deletions
|
|
@ -38,22 +38,22 @@ mkdir -p submodules/externals/minizip/build-minizip
|
|||
#SDK building
|
||||
cd linphone-sdk/build-sdk
|
||||
#LINPHONESDK_DOXYGEN_PROGRAM is set just to be sure to get the version of the Application folder
|
||||
cmake .. -DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9
|
||||
cmake --build . --target all --parallel 5
|
||||
cmake .. -DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake --build . --target all --config RelWithDebInfo --parallel 5
|
||||
rsync -a linphone-sdk/desktop/ ../../build-desktop/OUTPUT/
|
||||
cd ../..
|
||||
|
||||
#MiniZip Building
|
||||
cd submodules/externals/minizip/build-minizip
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT
|
||||
cmake --build . --target all --parallel 5
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=../../../../build-desktop/OUTPUT -DCMAKE_PREFIX_PATH=../../../build-desktop/OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake --build . --target all --config RelWithDebInfo --parallel 5
|
||||
cmake --build . --target install
|
||||
cd ../../../..
|
||||
|
||||
#Desktop Building
|
||||
cd build-desktop
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT
|
||||
cmake --build . --target all
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=OUTPUT -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake --build . --target all --config RelWithDebInfo
|
||||
cmake --build . --target install
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue