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

Incorrect install info in root README.md #10

Open
xandark opened this issue Sep 3, 2017 · 3 comments
Open

Incorrect install info in root README.md #10

xandark opened this issue Sep 3, 2017 · 3 comments

Comments

@xandark
Copy link

xandark commented Sep 3, 2017

Compile the daemon and tools with 'make' and copy the results to /usr/local/bin with 'sudo make install'.

The Makefile didn't put the newly made programs into /usr/local/bin as I expected, but rather put them into /usr/local/usr/bin ... Is that correct? It doesn't seem so to me.

This was my output:

pi@clearpi ~/a/src> sudo make install
mkdir -p /usr/local/usr/bin
cp a2joy a2joymou a2joypad a2mon a2term fusea2pi a2pidcmd dskread dskwrite bload brun a2mount /usr/local/usr/bin
cp a2joy a2joymou a2joypad a2mon a2term fusea2pi a2pidcmd dskread dskwrite bload brun a2setvd /usr/local/usr/bin
mkdir -p /usr/local/sbin
cp a2pid /usr/local/sbin
mkdir -p /usr/local/usr/share/a2pi
cp -R ../share/* /usr/local/usr/share/a2pi

Also, it doesn't appear necessary to even cd into src to do a "make".

I'm running a fresh install of Stretch Debian on my Pi with the Fish shell.

@dschmenk
Copy link
Owner

This all got screwed up when I moved to debian package building. They get put in the correct place for building debs, but not stand alone.

@DoctorWho8
Copy link

So if we were to instruct the Makefile to make deb file after building the programs, the resulting package would contain everything going into its correct places? Yes?

@oliverschmidt
Copy link

As far as I can see, that issue is still present as of today.

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

4 participants