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.
 
 
 
 
 

10 lines
168 B

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