You are not logged in.
Pages: 1
Ive installed menumaker using /.configure, make, make install and it installed fine
However there isnt a mmaker command :S
EDIT, just found out I can run this from /home/ME/menumaker-0.99.7/mmaker but is there an easier command?
Offline
I guess you need to check *where* did you actually install the program. The last step (make install) copies newly compiled files somewhere to the filesystem (the destination is set up when you run ./configure --prefix=<some dir>). Check the output of that command.
By the way, why don't you use AUR? Menumaker is there. For the general AUR instructions, check the wiki. It's much better than ./configure; make; make install method, since it creates a pacman package, which can be cleanly managed by pacman.
Offline
Usually manual make/install installs to /usr/local/bin, so add that path to your .bashrc or even better install menumaker using aur.
Offline
managing software without using pacman is not recommended. IMHO you should have used a PKGBUILD
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
Pages: 1