mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Update build instructions for Qt6
This commit is contained in:
parent
9c3ce4807f
commit
0d870cb83a
11
README.md
11
README.md
@ -38,6 +38,8 @@ sudo zypper install ngspice git cmake libqt5-qtbase-devel libqt5-qttools-devel l
|
||||
|
||||
### Compiling
|
||||
|
||||
#### Qt5
|
||||
|
||||
Then clone this git repository and execute in the top directory:
|
||||
|
||||
~~~
|
||||
@ -53,6 +55,15 @@ desire path (for example `$HOME/qucs-s`) here. You may omit this option and
|
||||
installation steps. Default installation directory will be `/usr/local` if
|
||||
`CMAKE_INSTALL_PREFIX` is not defined.
|
||||
|
||||
#### Qt6
|
||||
|
||||
Since v1.0.1 Qucs-S supports build with Qt6. Add `WITH_QT6` flag to Cmake arguments
|
||||
to activate this mode.
|
||||
|
||||
~~~
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/your_install_prefix/ -DWITH_QT6=ON
|
||||
~~~
|
||||
|
||||
### Running
|
||||
|
||||
Then run `qucs-s` executable to launch the application:
|
||||
|
Loading…
x
Reference in New Issue
Block a user