Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing on Ubuntu? #7

Open
naught101 opened this issue Jun 10, 2020 · 3 comments
Open

Installing on Ubuntu? #7

naught101 opened this issue Jun 10, 2020 · 3 comments

Comments

@naught101
Copy link

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 naught101 changed the title Installing under Linux? Installing on Ubuntu? Jun 10, 2020
@naught101
Copy link
Author

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

@siborg
Copy link

siborg commented Jun 11, 2020

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.

@naught101
Copy link
Author

Yeah this definitely still does matter :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants