Skip to content
Snippets Groups Projects
Commit c9da77f5 authored by Daniel Gachet's avatar Daniel Gachet
Browse files

add libyaml-dev*

parent 8c7957ed
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ sudo dnf install -y minicom ...@@ -19,7 +19,7 @@ sudo dnf install -y minicom
sudo chmod +s /usr/bin/minicom sudo chmod +s /usr/bin/minicom
#install some fedora tools #install some fedora tools
sudo dnf install -y gnome-tweak-tool firewall-config kernel-devel sudo dnf install -y gnome-tweak-tool firewall-config kernel-devel libyaml-devel
sudo dnf install -y gcc-c++ autoconf libtool dtc make patch ctags openssl-devel uboot-tools ncurses-devel mercurial sudo dnf install -y gcc-c++ autoconf libtool dtc make patch ctags openssl-devel uboot-tools ncurses-devel mercurial
sudo dnf install -y flex bison swig python-devel python3-devel policycoreutils-python-utils perl-ExtUtils-MakeMaker sudo dnf install -y flex bison swig python-devel python3-devel policycoreutils-python-utils perl-ExtUtils-MakeMaker
......
...@@ -21,7 +21,7 @@ sudo chmod +s /usr/bin/minicom ...@@ -21,7 +21,7 @@ sudo chmod +s /usr/bin/minicom
#install some ubuntu tools #install some ubuntu tools
sudo apt install -y g++ autoconf libtool device-tree-compiler make patch libglib2.0-dev u-boot-tools sudo apt install -y g++ autoconf libtool device-tree-compiler make patch libglib2.0-dev u-boot-tools
sudo apt install -y libncurses5-dev mercurial flex bison swig python-dev python3-dev sudo apt install -y libncurses5-dev mercurial flex bison swig python-dev python3-dev libyaml-dev
#install git tools and configure keyring #install git tools and configure keyring
sudo apt install -y git git-gui meld sudo apt install -y git git-gui meld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment