1
Help / Re: Virustotal flags installer as virus
« Last post by michaelis on Today at 02:57:13 pm »Could be false positives. But if there is no way of knowing then there's always a risk it isn't.
The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
mkdir -p ~/devel/kicad/cb_build && cd ~/devel/kicad/cb_build && \
cmake \
-DOCC_INCLUDE_DIR="${MINGW_PREFIX}"/include/opencascade \
-DKICAD_BUILD_QA_TESTS=OFF \
-DNANODBC_DISABLE_ASYNC=1 \
-G"CodeBlocks - MinGW Makefiles" .. > log.txt