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

Install Issues with PUG #14

Open
technoshaman7777 opened this issue Jun 12, 2020 · 1 comment
Open

Install Issues with PUG #14

technoshaman7777 opened this issue Jun 12, 2020 · 1 comment

Comments

@technoshaman7777
Copy link

I'm attempting to manually install Pug on Manjaro, but ran into a problem on the 3rd instruction.

sudo make install (default: INSTALLGIST=1, gists creation)

If my gist name is pancakes/pkglist.txt, and my token is 123456, can someone show me exactly what it needs to look like? I have tried putting the info in various ways into the paranthesis, but I must be getting something wrong because it always gives me an error: "*** No rule to make target 'install'. Stop."

BTW, I have already created a private gist, put the current copy of my pkglist.exe in there, and acquired a token. I'm just not sure what to do next?

@Raptorox
Copy link

You're not supposed to add any parentheses at all. It's just there to inform you that make by default gets the option INSTALLGIST=1, which creates the gists automatically.

I just had to use sudo make install, and it installed and automatically started the login procedure. Not really sure why it shows that there is no install rule... Did you check what's inside the Makefile?

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