-
Notifications
You must be signed in to change notification settings - Fork 145
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
Cmake installs avrdude.1 in the wrong place on Linux #1064
Comments
Might look into it if you like, since I brought this on to you and I'm quite familiar with |
That will be great. Pull requests are welcome. Thanks. There are a few CMake related issues as well. |
Well this one is easy enough. @stefanrueger should I put the fix on top of #1063 ? @mcuee I can certainly try. But I'm note sure if I can provide for other OS's than linux. |
Either way is fine. Thanks for looking into this! |
Ran a short test with the
|
I see that you are looking at #947 which is probably the most important of the issues related to CMake. Thanks. #955 is half done if you can fix for Linux (macOS and FreeBSD will be similar). #1035 seems to have a simple solution (option 1) even though Option 2 may be better. #952 is diffcult and not only a CMake issue, rather it depends on other changes. Pull request #960 was mostly working for Linux/macOS but not Windows. It was closed by the author. |
Fixed by PR #1063 |
When I use cmake for installing
avrdude.1
gets copied into the wrong placeUsing
sudo make install
insrc
copiesavrdude.1
into the right place/usr/local/share/man/man1/avrdude.1
(on this system).The text was updated successfully, but these errors were encountered: