diff --git a/build.sh b/build.sh index 0177bbf..710dc03 100755 --- a/build.sh +++ b/build.sh @@ -3,6 +3,9 @@ # Tested on Ubuntu 18.04 # +#export CC=/usr/bin/clang +#export CXX=/usr/bin/clang++ + cd 3rdparty if [ ! -d ravenna-alsa-lkm.git ]; then git clone https://bitbucket.org/MergingTechnologies/ravenna-alsa-lkm.git @@ -13,6 +16,7 @@ if [ ! -d ravenna-alsa-lkm.git ]; then git apply ../../patches/ravenna-alsa-lkm-kernel-v5.patch git apply ../../patches/ravenna-alsa-lkm-enable-loopback.patch git apply ../../patches/ravenna-alsa-lkm-fixes.patch + #git apply ../../patches/ravenna-alsa-lkm-arm.patch echo "Building ravenna-alsa-lkm kernel module ..." make cd ../.. diff --git a/ubuntu-packages.sh b/ubuntu-packages.sh index 800d98a..d6b8310 100755 --- a/ubuntu-packages.sh +++ b/ubuntu-packages.sh @@ -4,7 +4,9 @@ # sudo apt update +sudo apt-get install -y psmisc sudo apt-get install -y build-essential +sudo apt-get install -y clang sudo apt-get install -y git sudo apt-get install -y cmake sudo apt-get install -y npm