-
- Downloads
configure: Add --with-download-cache option
To make building without an internet connection easier, a new ./configure option '--with-download-cache' was added that sets the cache for externals (like pjproject, the codecs and the DPMA), AND the sounds files. It can also be specified as an environment variable named "AST_DOWNLOAD_CACHE". The existing '--with-sounds-cache' option / SOUNDS_CACHE_DIR env variable and '--with-externals-cache' option / EXTERNALS_CACHE_DIR env variable remain and if specified, will override '--with-downloads-cache'. Change-Id: I5c3cf15ee61e8fe191b52732303e969854f8d861
Showing
- CHANGES 7 additions, 0 deletionsCHANGES
- build_tools/download_externals 5 additions, 1 deletionbuild_tools/download_externals
- build_tools/list_valid_installed_externals 5 additions, 1 deletionbuild_tools/list_valid_installed_externals
- configure 32 additions, 3 deletionsconfigure
- configure.ac 1 addition, 0 deletionsconfigure.ac
- makeopts.in 3 additions, 2 deletionsmakeopts.in
- third-party/pjproject/configure.m4 3 additions, 3 deletionsthird-party/pjproject/configure.m4
Loading
Please register or sign in to comment