build.sh 89 B

12345678
  1. #!/bin/bash
  2. rm -rf v4l2_test install
  3. tar xf v4l2_test_v2.8.0.tar.xz
  4. make
  5. make install