Add ccache tip in README

This commit is contained in:
Gautier Pelloux-Prayer 2014-11-03 16:08:19 +01:00
parent 96d6ff2f0c
commit ce0a012938

2
README
View file

@ -35,6 +35,8 @@ To create an apk with a different package name, you need to edit the custom_rule
3) update the path to the sounds in the linphonerc-factory files in the res folders and optionally change default sip account on linphonerc-default 3) update the path to the sounds in the linphonerc-factory files in the res folders and optionally change default sip account on linphonerc-default
4) run again the Makefile script by calling "make" 4) run again the Makefile script by calling "make"
You can speed up the compilation by using ccache (compiler cache, see https://ccache.samba.org/). Simply export:
export NDK_CCACHE=ccache
TROUBLESHOOTING TROUBLESHOOTING
***************************** *****************************