sebbeutler / neat_c-gpu

1 stars 0 forks source link

Build

1. How to build (Linux & Windows)

1.1. Install OpenCL (Required)

  1. Build the CMake project with the command: cmake -B build/
  2. Build the binaries with the command: cmake --build build/

2. How to run

Execute the NEAT_C-gpu binary in the build/bin/ folder.