Advertisement
punces

install ecap adapter origin

Sep 26th, 2016
1,484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. wget http://www.measurement-factory.com/tmp/ecap/libecap-1.0.0.tar.gz
  2. wget http://www.measurement-factory.com/tmp/ecap/ecap_adapter_sample-1.0.0.tar.gz
  3. tar xzvf libecap-1.0.0.tar.gz
  4. tar xzvf ecap_adapter_sample-1.0.0.tar.gz
  5. cd libecap-1.0.0
  6. ./configure && make && install
  7. echo '/usr/local/lib' >> /etc/ld.so.conf
  8. ldconfig
  9. cd
  10. cd ecap_adapter_sample-1.0.0/src
  11. ### edit file adapter_async.cc dengan nano atau vi
  12. ### lalu cari baris berikut :
  13. sleep(delay); // simulate slow analysis
  14. ### ubah menjadi :
  15. // sleep(delay); // simulate slow analysis
  16. ### save dan exit
  17. cd
  18. cd ecap_adapter_sample-1.0.0
  19. ./configure && make && install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement