Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (29 loc) · 630 Bytes

Contributing

If you wish to build this project from source or contribute to the project, then follow the instructions below.

Installation

git clone https://github.com/savaughn/pokerom-trader.git
cd pokerom-trader

Build pksav dependency

cd deps/pksav
mkdir build && cd build
cmake ..
cmake --build .
cd ../..

Build raylib dependency

cd raylib/src
make PLATFORM=PLATFORM_DESKTOP
cd ../../..

Build Pokerom Trader

make

Build and Run Pokerom Trader

make launch