Skip to content

Commit 7c316d2

Browse files
authored
Update cov_build.sh
1 parent 97bea1a commit 7c316d2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cov_build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ cd $ROOT
99
git clone https://github.com/rdkcentral/rbus
1010
cmake -Hrbus -Bbuild/rbus -DBUILD_FOR_DESKTOP=ON -DCMAKE_BUILD_TYPE=Debug
1111
make -C build/rbus && make -C build/rbus install
12-
git clone https://github.com/djbclark/directfb-core-DirectFB.git
13-
#Build dbus
14-
git clone -b master https://github.com/d-bus/dbus.git
15-
cmake -Hdbus -Bbuild/dbus -DBUILD_FOR_DESKTOP=ON -DCMAKE_BUILD_TYPE=Debug
16-
make -C build/dbus && make -C build/dbus install
17-
1812
#Build wdmp-c
1913
git clone https://github.com/xmidt-org/wdmp-c.git
2014
cd wdmp-c

0 commit comments

Comments
 (0)