mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-06 18:15:34 -05:00
Merge pull request #624 from PhenomRetroShare/Fix_TravisMacOSCompil
Fix Travis MacOS compilation since speex 1.2 split.
This commit is contained in:
commit
0620089543
@ -19,7 +19,7 @@ before_install:
|
|||||||
# - if [ $TRAVIS_OS_NAME == osx ]; then xcode-select --install ; fi
|
# - if [ $TRAVIS_OS_NAME == osx ]; then xcode-select --install ; fi
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then brew update ; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then brew update ; fi
|
||||||
# - if [ $TRAVIS_OS_NAME == osx ]; then brew install qt55 openssl miniupnpc libmicrohttpd speex homebrew/science/opencv ffmpeg sqlcipher ; fi
|
# - if [ $TRAVIS_OS_NAME == osx ]; then brew install qt55 openssl miniupnpc libmicrohttpd speex homebrew/science/opencv ffmpeg sqlcipher ; fi
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then brew install qt55 openssl miniupnpc libmicrohttpd speex ffmpeg sqlcipher ; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then brew install qt55 openssl miniupnpc libmicrohttpd speex speexdsp ffmpeg sqlcipher ; fi
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then brew link --force qt55 ; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then brew link --force qt55 ; fi
|
||||||
#Fix for opencv and numpy already installed by system
|
#Fix for opencv and numpy already installed by system
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then rm '/usr/local/bin/f2py'; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then rm '/usr/local/bin/f2py'; fi
|
||||||
|
@ -57,6 +57,7 @@ If you have error in linking, run this:
|
|||||||
For VOIP Plugin:
|
For VOIP Plugin:
|
||||||
|
|
||||||
$brew install speex
|
$brew install speex
|
||||||
|
$brew install speexdsp
|
||||||
$brew install homebrew/science/opencv
|
$brew install homebrew/science/opencv
|
||||||
$brew install ffmpeg
|
$brew install ffmpeg
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ Compilation on Linux
|
|||||||
* Arch Linux
|
* Arch Linux
|
||||||
```bash
|
```bash
|
||||||
pacman -S base-devel libgnome-keyring libmicrohttpd libupnp libxslt \
|
pacman -S base-devel libgnome-keyring libmicrohttpd libupnp libxslt \
|
||||||
libxss opencv qt4 speex sqlcipher
|
libxss opencv qt4 speex speexdsp sqlcipher
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Checkout the source code
|
2. Checkout the source code
|
||||||
|
@ -37,6 +37,7 @@ Choose only w64-i686 if you want only compilation in 32b architecture.
|
|||||||
pacman -S mingw-w64-i686-miniupnpc mingw-w64-x86_64-miniupnpc
|
pacman -S mingw-w64-i686-miniupnpc mingw-w64-x86_64-miniupnpc
|
||||||
pacman -S mingw-w64-i686-sqlite3 mingw-w64-x86_64-sqlite3
|
pacman -S mingw-w64-i686-sqlite3 mingw-w64-x86_64-sqlite3
|
||||||
pacman -S mingw-w64-i686-speex mingw-w64-x86_64-speex
|
pacman -S mingw-w64-i686-speex mingw-w64-x86_64-speex
|
||||||
|
pacman -S mingw-w64-i686-speexdsp mingw-w64-x86_64-speexdsp
|
||||||
pacman -S mingw-w64-i686-opencv mingw-w64-x86_64-opencv
|
pacman -S mingw-w64-i686-opencv mingw-w64-x86_64-opencv
|
||||||
pacman -S mingw-w64-i686-ffmpeg mingw-w64-x86_64-ffmpeg
|
pacman -S mingw-w64-i686-ffmpeg mingw-w64-x86_64-ffmpeg
|
||||||
pacman -S mingw-w64-i686-libmicrohttpd mingw-w64-x86_64-libmicrohttpd
|
pacman -S mingw-w64-i686-libmicrohttpd mingw-w64-x86_64-libmicrohttpd
|
||||||
|
@ -100,6 +100,7 @@ install:
|
|||||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-miniupnpc mingw-w64-x86_64-miniupnpc"
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-miniupnpc mingw-w64-x86_64-miniupnpc"
|
||||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-sqlite3 mingw-w64-x86_64-sqlite3"
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-sqlite3 mingw-w64-x86_64-sqlite3"
|
||||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-speex mingw-w64-x86_64-speex"
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-speex mingw-w64-x86_64-speex"
|
||||||
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-speexdsp mingw-w64-x86_64-speexdsp"
|
||||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-opencv mingw-w64-x86_64-opencv"
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-opencv mingw-w64-x86_64-opencv"
|
||||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-ffmpeg mingw-w64-x86_64-ffmpeg"
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-ffmpeg mingw-w64-x86_64-ffmpeg"
|
||||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-libmicrohttpd mingw-w64-x86_64-libmicrohttpd"
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-libmicrohttpd mingw-w64-x86_64-libmicrohttpd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user