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

make install doesn't work #5

Open
ikbenlike opened this issue Aug 29, 2016 · 3 comments
Open

make install doesn't work #5

ikbenlike opened this issue Aug 29, 2016 · 3 comments

Comments

@ikbenlike
Copy link

[0]thewatcher@thewatcher ~/Programming/wxwabbitemu/build λ sudo make install
make: *** No rule to make target 'install'.  Stop.
@alberthdev
Copy link
Owner

Thanks for the report - indeed, the documentation doesn't really match actual behavior!

I went and reworked some of the Makefile system - I've now created a wrapper Makefile in the root directory to allow for (un)installation, as well as other convenience functions.

Please update your source from Git (either redownload the ZIP, or run git pull), and run make from the root directory this time! (e.g. cd wxwabbitemu; make; make install)

Let me know if this fixes your issue!

@alberthdev
Copy link
Owner

Just wanted to ping you - you can now run make in the root directory of wxWabbitemu and have options to install/uninstall! Could you try it out and see if it fixes your issue?

@Zeda
Copy link

Zeda commented Feb 29, 2020

I don't know if it will help for your own sanity, but it worked fine for me (2.5 years later, presumably with the fix!)

cd wxwabbitemu
make
make install

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

3 participants