LoginSignup
0
0

More than 3 years have passed since last update.

回路シミュレータ Qucs in Ubunt18.04

Last updated at Posted at 2020-01-15

Qucsとは

回路シュミレータの一種

環境

Ubuntu18.04

(今回入れたのは Qucs0.0.18)

Install

基本的にgithubのREADMEを見ればいける

まず

sudo apt install build-essential
sudo apt install libqt4-dev libqt4-qt3support
sudo apt install automake libtool libtool-bin gperf flex bison

ここから好きなバージョンをダウンロード

展開

tar xvfz qucs-0.0.18.tar.gz
cd qucs-0.0.18
./configure
sudo make install

起動

bashで qucs

バグ(?)

起動はできたがアイコンが表示されない...


simulationを押すと

/usr/local/bin/qucsator: error while loading shared libraries: libqucs.so.0: cannot open shared object file: No such file or directory

とエラーを吐いた
どうやらライブラリを読み込めていないみたいなので

sudo ldconfig

で解決した(多分rebootしても解決する)


参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0