17 May
2018
17 May
'18
4:30 p.m.
On Wed, 2018-05-16 at 11:49 +0800, Xiuli Pan wrote:
# Use ToT alsa utils for the latest topology patches. RUN mkdir -p /root/alsa-build -RUN cd /root/alsa-build && git clone git://git.alsa-project.org/alsa-lib.git -RUN cd /root/alsa-build && git clone git://git.alsa-project.org/alsa- utils.git +RUN cd /root/alsa-build && git clone http://git.alsa-project.org/http/alsa-li b.git +RUN cd /root/alsa-build && git clone http://git.alsa-project.org/http/alsa-ut ils.git RUN cd /root/alsa-build/alsa-lib && ./gitcompile && make install RUN cd /root/alsa-build/alsa-utils && ./gitcompile && make install
Can we have this as a cmd line option as http repos sometimes lag behind the git repo. Default will be git:// repos.
Liam