Commit graph

61 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
69ec4c340a build: officially deprecating autotools build version - updated README and old Makefile in consequence 2015-07-03 11:33:27 +02:00
Gautier Pelloux-Prayer
d111b84d6f i18n: add script to update .strings files 2015-06-26 15:23:25 +02:00
Guillaume BIENKOWSKI
511508c5b3 Pass 'enable_i386' to the underlying makefile 2015-04-03 10:46:45 +02:00
Gautier Pelloux-Prayer
48f62e9fb2 Makefile: rename arm64 to aarch64 for consistency 2015-03-19 09:38:53 +01:00
Guillaume BIENKOWSKI
82c3f583a6 BUild SDK all the time 2015-03-13 15:03:14 +01:00
Guillaume BIENKOWSKI
76bd036ed6 x86_64 support 2015-03-12 13:38:13 +01:00
Guillaume BIENKOWSKI
06c899648d Allow to compile for x64_64 simulator 2015-03-12 11:52:47 +01:00
Guillaume BIENKOWSKI
fa6ef0ca7c enable x86_64 build 2015-03-11 12:00:19 +01:00
Guillaume BIENKOWSKI
709c5849d1 Merge branch 'master' into x86_64
Conflicts:
	submodules/build/builder-iphone-os.mk
2015-03-11 10:30:20 +01:00
Guillaume BIENKOWSKI
1bb1c9bb1f Allow to skip the tools check. This is useful for the download-sdk target. 2015-03-05 10:29:20 +01:00
Gautier Pelloux-Prayer
8a860df7d8 i18n: update localization and add Makefile targets pull-transifex and push-transifex 2015-02-24 10:34:44 +01:00
Gautier
33b5fbad19 Update README: use more concise instuctions and add a check environment tools which verify everything is installed before building the application 2015-02-20 15:31:58 +01:00
Guillaume BIENKOWSKI
cf11f2b27e Some progress on X86_64 compilation 2015-02-18 09:11:08 +01:00
Guillaume BIENKOWSKI
d25722e3b5 Don't build the SDK ZIP by default 2014-12-17 12:18:06 +01:00
Guillaume BIENKOWSKI
3d7cbbfda6 Enable debug for libvpx and add a substep to the makefile 2014-11-20 11:27:49 +01:00
Guillaume BIENKOWSKI
d1b14454f5 Enable arm64 compilation of the SDK. There's a bit of a rework of the makefiles here, so that they are shorter and more understandable. 2014-11-19 14:28:15 +01:00
Guillaume BIENKOWSKI
9ecba5edbf Fix tunnel check (back port) 2014-11-04 16:06:20 +01:00
Guillaume BIENKOWSKI
ab48064b08 Remove armv7s target, since it is not used anymore by Xcode 2014-10-27 16:54:00 +01:00
Guillaume BIENKOWSKI
70b035e571 Add makefile target to retrieve the prebuilt sdk from linphone.org 2014-09-11 14:06:08 +02:00
Gautier Pelloux-Prayer
2d879e19cc Add possibility to change adaptive rate algorithm in audio settings 2014-09-09 14:23:09 +02:00
Guillaume BIENKOWSKI
172691fc9c Don't build sdk twice 2014-08-13 11:07:26 +02:00
Guillaume BIENKOWSKI
f12acd5e7e help section in makefile, also added arch-specific compilation options 2014-07-01 14:55:45 +02:00
Guillaume BIENKOWSKI
9b6dec1bf9 Add an sdk target to the main Makefile and refactor repetitions into generic targets.
With this we can now trigger rebuild of a specific submodule (make build-libvpx will rebuild all libvpx)
2014-06-12 16:51:20 +02:00
Jehan Monnier
884d4a1dca use git submodule status instead of ls to check tunnel mode 2014-04-23 17:21:22 +02:00
Simon Morlat
2eddb8ad81 merge tunnel branch into main branch so that source code is exactly the same in the two branches.
The only difference is the presence of the submodules/tunnel .
2014-04-23 09:36:55 +02:00
Simon Morlat
81ce1181b4 restore tunnel build, fix crash occuring with lastest polarssl 2014-04-22 23:37:46 +02:00
Simon Morlat
3376388982 Merge remote-tracking branch 'public/master' into tunnel
Conflicts:
	Classes/LinphoneCoreSettingsStore.m
	Classes/LinphoneManager.m
	linphone.xcodeproj/project.pbxproj
	submodules/build/Makefile
	submodules/build/builder-iphone-os.mk
2014-04-14 12:52:00 +02:00
Guillaume BIENKOWSKI
b0e95c9934 Added a target to zip the iOS resources for rebranding. 2014-01-24 13:59:14 +01:00
Guillaume BIENKOWSKI
5fa1feef61 Fix typo 2014-01-15 11:13:11 +01:00
Jehan Monnier
834ca0e371 re-enable zrtp 2014-01-14 16:20:10 +01:00
Guillaume BIENKOWSKI
1ec60999ab Merge remote-tracking branch 'public/master' into tunnel
Conflicts:
	Classes/LinphoneManager.h
	Classes/LinphoneManager.m
	linphone.xcodeproj/project.pbxproj
	submodules/build/Makefile
	submodules/build/builder-iphone-os.mk

+ Made modifications to the tunnel compilation so that it builds without openssl.
2013-11-05 10:54:23 +01:00
Guillaume BIENKOWSKI
b60ca6b5f7 Don't cancel non-GPL build when FFMPEG is activated.
Instead, disable it.
2013-10-21 16:10:20 +02:00
Guillaume BIENKOWSKI
4bc6556a15 Re-enable ffmpeg in master
+ typo in veryclean
2013-10-18 11:03:15 +02:00
Guillaume BIENKOWSKI
1e27d3d3d7 Disable FFMPEG for Appstore build 2013-10-11 16:33:50 +02:00
Guillaume BIENKOWSKI
a9fbf3b36a Modification of the build process to enable GPL
builds without FFMPEG.
Also simplified the process of adding options that
require a reconfiguration of the linphone build.
2013-10-09 17:26:34 +02:00
Jehan Monnier
9027042134 add debug option to sdk build 2013-07-03 18:38:39 +02:00
Jehan Monnier
86699c4bb7 fix msiounit 2013-06-14 17:15:11 +02:00
Simon Morlat
479031cbc8 add polarssl into the build and update srtp to fix duplicated symbols 2013-05-09 18:08:47 +02:00
Ghislain MARY
9686dce6d3 Merge branch 'branch_1.x' of git.linphone.org:linphone-iphone into tunnel 2012-12-17 11:49:40 +01:00
Jehan Monnier
c126a5172d remove armv6 build
Conflicts:

	README
2012-09-26 16:43:55 +02:00
Jehan Monnier
286efef8ae remove armv6 build 2012-09-21 22:29:33 +02:00
Jehan Monnier
20ef4a2469 xcode 4.6/ios6 support
Conflicts:

	submodules/linphone
2012-09-18 15:55:11 +02:00
Jehan Monnier
0cfc20b8da xcode 4.6/ios6 support 2012-09-18 10:32:00 +02:00
Simon Morlat
9af95dc58e Merge remote-tracking branch 'origin/master' into tunnel
Conflicts:
	Classes/LinphoneUI/LinphoneManager.m
	linphone.xcodeproj/project.pbxproj
	submodules/build/Makefile
	submodules/externals/exosip
	submodules/liblinphone.xcodeproj/project.pbxproj
	submodules/linphone
	submodules/mssilk
2012-04-26 15:09:04 +02:00
Jehan Monnier
c4f494a537 put all target first 2012-04-03 11:04:22 +02:00
Simon Morlat
46f934eaf2 repair gpl build 2012-03-26 17:13:06 +02:00
Simon Morlat
da017901fc make zrtp compilation optional 2012-03-26 12:27:24 +02:00
Simon Morlat
4e2de700fb Merge branch 'master' into tunnel
Conflicts:
	.gitmodules
	Classes/LinphoneUI/LinphoneManager.m
	linphone.xcodeproj/project.pbxproj
	submodules/build/Makefile
	submodules/build/builder-iphone-os.mk
2012-03-16 15:50:55 +01:00
Yann Diorcet
0de57c7d28 Fix ipa rule 2012-02-15 14:12:08 +01:00
Yann Diorcet
8fb0c59da9 Add rule to make ipa 2012-02-15 13:01:24 +01:00