Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
363 stars 77 forks source link

Fix install destinations #209

Open flagrama opened 3 years ago

flagrama commented 3 years ago

. will by default install to /usr/local/./armips (similar for the Readme) which is undesirable. armips should install to a bin directory, Readme should install to a doc directory for the executable.

Kingcom commented 3 years ago

Hm, I'm not sure if these would be ideal for Windows packages. What do you think of using GNUInstallDirs and overriding the variables with suitable paths when on Windows? That'd give maximum flexibility too.

flagrama commented 3 years ago

I can certainly look into it, though I'm not familiar with when you'd ever use make install on Windows in the first place.

flagrama commented 3 years ago

How are these even used on Windows considering Windows has neither make or install binaries?

flagrama commented 3 years ago

Windows is untested, but should work the same as it did previously.

hyh19962008 commented 11 months ago

Can this PR be merged? I feel confusing too when the bin is installed in /usr/local, which is not in the PATH.

ivodopiviz commented 6 months ago

+1 To this, please :)