cd
git clone https://github.com/ptitSeb/box86.git	
cd box86/
mkdir build
cd build
cmake .. -DRK3399=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j4
sudo make install
cd
