Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 2, 2024
1 parent 6478930 commit ea63363
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ curl -1sLf 'https://dl.cloudsmith.io/public/openhd/release/setup.deb.sh'| sudo -
apt update
sudo apt install -y git ruby-dev curl make cmake gcc g++ wget libdrm-dev libcairo-dev
gem install fpm
apt upgrade -y

git clone https://github.com/openhd/mpp.git
git clone https://github.com/openhd/mpp.git --recursive
cd mpp
rm CMakeLists.txt
cmake -B build
sudo cmake --build build --target install

cd ..
Expand Down

0 comments on commit ea63363

Please sign in to comment.