Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 524 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 524 Bytes

ksfeeder

How to build (Windows)

  1. Download mingw, cmake and install

  2. Copy and rename C:\MinGW\bin\mingw32-make.exe to C:\MinGW\bin\make.exe

  3. Add C:\MinGW\bin and C:\Program Files\CMake\bin to PATH

  4. Open terminal and check

    gcc -v
    make -v
    cmake -version
  5. build

    cd ksfeeder
    mkdir build
    cd build
    cmake -G "MinGW Makefiles" ../
    make clean
    make