You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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:
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.
The text was updated successfully, but these errors were encountered: