You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 rivejä
181 B

  1. ---
  2. - name: Install Dependencies
  3. apt:
  4. name: "{{ item }}"
  5. loop:
  6. - libusb-1.0-0-dev
  7. - pkg-config
  8. - libfftw3-dev
  9. - ninja-build
  10. - cmake
  11. - build-essential