facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.3k stars 1.02k forks source link

Proper Installation #29

Open TheComet opened 10 years ago

TheComet commented 10 years ago

CMake lets you define CMAKE_INSTALL_PREFIX on the command line, giving the user the ability to choose an installation directory. This defaults to /usr/local on linux and C:\Program Files on Windows.

Usually this is enabled for every platform, but it isn't executed on Windows unless you actually run the "install" target.

Luke1410 commented 7 years ago

Changes to ReplicManager3 integrated in https://github.com/SLikeSoft/SLikeNet (incorporated in SLikeNet 0.1.0).

Luke1410 commented 7 years ago

Due to lack of a different way to reach out to you, I'm adding this one as a comment to your pull request:

Since we incorporated (part of) your pull request in SLikeNet, we'd like to offer you to be added to the acknowledgement section in the accompanying readme file.

By default the entry would look like: TheComet93: https://github.com/TheComet93 (pull request: RAKPR_29)

Please let me know (preferably by email) if we'd add such an entry in the next release of SLikeNet for you (and in case you'd prefer a different style, how it should look like). If there's no reply from your side, we'll not add such an entry to respect your privacy. Note that for those who decided not to be listed in the acknowledgement section and/or those we failed to contact, we added the following generic statement to cover these contributions: "We'd also like to thank those contributors who have requested to remain anonymous and/or those who we could not contact at all (due to lack of contact information)."

Luke1410 commented 6 years ago

Changes to the cmake files were integrated in https://github.com/SLikeSoft/SLikeNet (partially to be released as part of 0.1.1 (i.e. fix for missing installed headers with the DLL-project); remaining part (change to relative install paths) in 0.2.0).

Please note that we did not include the change setting the install-directive for Windows platforms intentionally, since on Windows installing files into lib/include directories is uncommon practice.