dschmenk / apple2pi

Apple II client/server for Raspberry Pi
GNU General Public License v3.0
112 stars 24 forks source link

Incorrect install info in root README.md #10

Open xandark opened 7 years ago

xandark commented 7 years ago

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 commented 6 years ago

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 commented 4 years ago

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 commented 2 years ago

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