sudo apt-get install yasm -y
sudo apt-get install make -y
sudo apt-get install cmake -y
sudo apt-get update -y
./configure
make
make install
:wq
//