「インストール - KiCAD」の版間の差分

ナビゲーションに移動 検索に移動
 
95行目: 95行目:
  make -j $(nproc)
  make -j $(nproc)
  make install  
  make install  
<br>
===== Ngspiceのインストール =====
[https://ngspice.sourceforge.io/download.html NGSpiceの公式Webサイト]にアクセスして、ソースコードをダウンロードする。<br>
ダウンロードしたファイルを解凍する。<br>
tar xf ngspice-<バージョン>.tar.gz
cd ngspice-<バージョン>
<br>
Ngspiceをビルドおよびインストールする。<br>
mkdir build && cd build
../configure --prefix=<Ngspiceのインストールディレクトリ> \
              --with-ngshared \
              --enable-cider  \
              --with-x        \
              --enable-xspice
make -j $(nproc)
make install
<br>
<br>


案内メニュー