mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 21:01:45 -05:00
f642d2fcf0
Use travis-ci as continuous integrator with builind for the following operating systems: - ubuntu 16.04; build with gui and without gui - macOS 10.14, 10.13, 10.12, 10.11 with macports This file can be used as build dependency tracker to avoid duplicated information. TODO: - windows 10 NOTE: - ubuntu 18.04 is not supported yet. Azure pipelines has the same limit. [1] http://travis-ci.org
13 lines
225 B
Bash
13 lines
225 B
Bash
|
|
sudo apt-get install libsamplerate0-dev libspeex-dev libspeexdsp-dev
|
|
|
|
cd $HOME/build
|
|
mkdir drowe67 && cd drowe67
|
|
|
|
git clone https://github.com/drowe67/codec2.git
|
|
|
|
cd codec2
|
|
mkdir build && cd build
|
|
cmake ..
|
|
sudo make install
|