Closed arianyambao closed 3 years ago
DarkMark uses JUCE. It uses JUCE to display GUI windows, and thus will only work on linux distros running X, Wayland, etc.
It will not run on a "server" device. You must use a "desktop" linux install.
DarkMark uses JUCE. It uses JUCE to display GUI windows, and thus will only work on linux distros running X, Wayland, etc.
It will not run on a "server" device. You must use a "desktop" linux install.
Thank you! That was my initial assumption. I appreciate you so much for clearing it out!
Hi. I am a huge fan of your work, it's very wonderful! I have been using it mostly on my local machine and just wanted to create a purely CLI using Google Colab for testing. However, after installing all dependencies and DarkMark itself, using the
DarkMark
command gives me an error:Because of the error, I cannot utilize any other command (e.g.
add
,del
, etc.).Looking forward to your response! Thank you very much.