-
Notifications
You must be signed in to change notification settings - Fork 38
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
How to install? #40
Comments
It's |
Since this was a long time ago, the system doesn't exist anymore on which I tried to install this. So I made a Debian VM. First issue: |
I don't use Debian, but have you tried |
Worked! Next: Next: Next:
Sounds like that "jansson" package was not the right one maybe. So what now? |
Can you also install the dev package for jansson: https://packages.debian.org/sid/libjansson-dev edit: btw I found a fork of this project with added features and fixes, as well as instructions for a Debian installation in the README: https://github.com/xPMo/urn/tree/master |
After installing
Then on
What? Anyway, I installed it, then the output changed to:
Now Urn actually appears in the menu as a program, yay! Readme should definitely be updated a lot. Next problem: I start it and it opens a file selection dialog. Why? What should I select? I can also close the file selection window, then I get a black square and a "File" menu with open, save, close, etc. But no "new" or anything that sounds like I could start timing stuff. |
The file selection dialog is to select a splits json file to open. You can test it by opening sotn.json in the splits folder. Otherwise, you have to make your own splits file using this json format. |
Awesome, seems to work great! I also installed it on my real computer now, worked fine as well. But only in the default configuration. The readme says I need
|
|
Seems to work fine for me:
Thank you a lot for your help! Now the only thing left to do is updating readme so that other people don't get the same issues. |
When I try to compile I get
multiple times, however an executable is created, and when run it, I get
I'm completely clueless |
For the error during compilation, this is because imagemagick is needed but the developers forgot to specify it as a dependency. For the error during runtime, try to install |
I have both packages installed already. |
I'm unsure for the compilation error, I don't understand what makes imagemagick crash, but I don't think it's quite important since it's only installing the icon. |
Similar to #17: I have no idea how to install this. I also guessed to enter
sudo make
(install
), but that just gives this output:There is no file called something with "make" in the downloaded zip (also visible here on Github). There's also no script that I can see. What do I do to install this?
The text was updated successfully, but these errors were encountered: