1
Help / Re: Virustotal flags installer as virus
« Last post by michaelis on Yesterday 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.
As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
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