Skip to content

Commit

Permalink
Remove mention qtscript dependency from README
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Oct 30, 2022
1 parent 726bb05 commit ce15867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Use CMake to build Qucs-S. Install all necessary dependencies: GCC, Qt, and SPIC
#### Ubuntu

~~~
sudo apt-get install ngspice build-essential git cmake qtbase5-dev qttools5-dev qtscript5-dev libqt5svg5-dev
sudo apt-get install ngspice build-essential git cmake qtbase5-dev qttools5-dev libqt5svg5-dev
~~~

#### OpenSUSE Tumbleweed

~~~
sudo zypper install ngspice git cmake libqt5-qtbase-devel libqt5-qttools-devel libqt5-qtscript-devel libqt5-qtsvg-devel
sudo zypper install ngspice git cmake libqt5-qtbase-devel libqt5-qttools-devel libqt5-qtsvg-devel
~~~

### Compiling
Expand Down

0 comments on commit ce15867

Please sign in to comment.