13,005
回編集
編集の要約なし |
|||
48行目: | 48行目: | ||
../configure --prefix=<Clam AntiVirusのインストールディレクトリ> | ../configure --prefix=<Clam AntiVirusのインストールディレクトリ> | ||
make -j $(nproc) | make -j $(nproc) | ||
make install | sudo make install | ||
<br> | |||
<u>スーパユーザ権限でmake installコマンドを実行する理由は、/usr/lib/systemd/systemディレクトリにデーモンを作成する必要があるからである。</u><br> | |||
そのため、Clam AntiVirusのインストールディレクトリに対して、以下のコマンドを実行する。<br> | |||
sudo chown -R <ユーザ名>:<ユーザのグループ名> <Clam AntiVirusのインストールディレクトリ> | |||
<br><br> | <br><br> | ||