wichtounet / budgetwarrior

Personal finance manager, command-line interface, in C++
MIT License
114 stars 17 forks source link

Could not make install on Linux 20.04 LTS #16

Closed j-hmd closed 4 years ago

j-hmd commented 4 years ago

Hi, I'm new to this and I installed the following:

Then performed make apparently successfully, and I have the "budget" in the bin folder.

This is the code error:

Installation of budgetwarrior
=============================

install budget.man /usr/local/share/man/man3/budget.3
install: cannot create regular file '/usr/local/share/man/man3/budget.3': No such file or directory
make: *** [Makefile:41: install] Error 1

Thank you!

wichtounet commented 4 years ago

Hi,

Sorry about that. It must because the directories are different on your distributions. You can try again now with the latest version. I have disabled the installation of the man pages by default. They are grossly outdated anyway.

If this does not work, you can try change the prefix:

prefix=/usr/ make install
j-hmd commented 4 years ago

No worries at all. It worked thank you!

wichtounet commented 4 years ago

Cool!

Let me know you have any other issues. This software has not been tested much except by me.