andrewprock / pokerstove

poker evaluation and enumeration software
BSD 3-Clause "New" or "Revised" License
795 stars 348 forks source link

Add 'make install'. Fixes bug #66 on github #76

Closed lucasmitrak closed 1 year ago

lucasmitrak commented 3 years ago

Bug: https://github.com/andrewprock/pokerstove/issues/66 Found by @CircleOnCircles Package: https://github.com/andrewprock/pokerstove Written against tag v1.0 and branch master of andrewprock's pokerstove

Pokerstove currently has no install functionality This patch adds install functionality Adds install functionality by following documentation Documentation: https://cmake.org/cmake/help/latest/command/install.html Requires cmake version greater then or equal to 3.14

Tested locally and within a docker gentoo stage3 w/ ebuildtester Written by Lucas Mitrak

lucasmitrak commented 3 years ago

Let me know what reservations you have about this PR, if any.