Closed come-maiz closed 8 years ago
We can add it, possibly in /usr/local/bin by default?
On Oct 14, 2016 16:52, "Leo Arias" notifications@github.com wrote:
qmake has a simple way to define the files that have to be installed when make install is called: https://doc.qt.io/qt-5/qmake-advanced-usage.html#installing-files
This project just leaves the binary in the build path. I think it should offer also the way to install it in a system wide path.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shadowproject/shadow/issues/58, or mute the thread https://github.com/notifications/unsubscribe-auth/AGl7FRVt3BSQYD9sVr-BzMYf1DiFHICQks5qz5cVgaJpZM4KXGLp .
I think so. I'll prepare the PR for you to review.
Awesome thank you :)
On Oct 14, 2016 17:02, "Leo Arias" notifications@github.com wrote:
I think so. I'll prepare the PR for you to review.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shadowproject/shadow/issues/58#issuecomment-253826657, or mute the thread https://github.com/notifications/unsubscribe-auth/AGl7FdvdCX59j57vhqk2HAx70gmTNPCWks5qz5mXgaJpZM4KXGLp .
qmake has a simple way to define the files that have to be installed when make install is called: https://doc.qt.io/qt-5/qmake-advanced-usage.html#installing-files
This project just leaves the binary in the build path. I think it should offer also the way to install it in a system wide path.