13,228
回編集
| 59行目: | 59行目: | ||
cmake --build . --config Release -j $(nproc) | cmake --build . --config Release -j $(nproc) | ||
sudo cmake --build . --config Release --target install | sudo cmake --build . --config Release --target install | ||
<br> | |||
# ClamAV 1.0.1以前の場合 | # ClamAV 1.0.1以前の場合 | ||
../configure --prefix=<Clam AntiVirusのインストールディレクトリ> \ | ../configure --prefix=<Clam AntiVirusのインストールディレクトリ> \ | ||