Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 194 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 194 Bytes

AVB-AudioModules

Instruction for installation in Clearlinux

  1. mkdir build & cd build
  2. cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib64 ../
  3. make
  4. sudo make install