dtdump icon indicating copy to clipboard operation
dtdump copied to clipboard

Installing on Ubuntu?

Open naught101 opened this issue 5 years ago • 3 comments
trafficstars

when I run cmake on kubuntu 20.04 (5.4.0-31-lowlatency x86_64 x86_64), it fails with:

cmake ../ -DCMAKE_BUILD_TYPE=Release
-- Could NOT find LIBSNDFILE (missing: LIBSNDFILE_LIBRARY) 
-- LibUSB not found, try setting LibUSB_ROOT_DIR environment variable.
CMake Error at cmake/FindLibUSB.cmake:106 (message):
Call Stack (most recent call first):
  CMakeLists.txt:6 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/nedcr/Downloads/source_code/dtdump/build/CMakeFiles/CMakeOutput.log".

I have tried setting both variables, as well as the other variables listed in CmakeLists.txt, and failed to get much to work, e.g.

locate libsndfile.so
/usr/lib/x86_64-linux-gnu/libsndfile.so
/usr/lib/x86_64-linux-gnu/libsndfile.so.1
/usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28

locate sndfile
/usr/include/sndfile.h

locate libusb.so    
/usr/lib/x86_64-linux-gnu/libusb.so

locate libusb.h  
/usr/include/libusb-1.0/libusb.h

So I have tried:

export LIBSNDFILE_INCLUDE_DIR=/usr/include
export LIBSNDFILE_LIBRARY=/usr/lib/x86_64-linux-gnu/libsndfile.so
export LibUSB_INCLUDE_DIRS=/usr/include/libusb-1.0/
export LibUSB_LIBRARIES=/usr/lib/x86_64-linux-gnu/libusb.so
export LibUSB_ROOT_DIR=/usr/lib/x86_64-linux-gnu/

Same errors as above. Any ideas?

naught101 avatar Jun 10 '20 10:06 naught101

Maybe this doesn't matter anymore: https://www.elektronauts.com/t/digitakt-1-20-digitone-1-30/133190

naught101 avatar Jun 11 '20 11:06 naught101

It only exposes single stereo input and output. If you are after each individual track, it's no help. But it is great to see it working out of the box.

siborg avatar Jun 11 '20 12:06 siborg

Yeah this definitely still does matter :/

naught101 avatar Jun 11 '20 12:06 naught101