If you wish to build this project from source or contribute to the project, then follow the instructions below.
git clone https://github.com/savaughn/pokerom-trader.git
cd pokerom-trader
cd deps/pksav
mkdir build && cd build
cmake ..
cmake --build .
cd ../..
cd raylib/src
make PLATFORM=PLATFORM_DESKTOP
cd ../../..
make
make launch