mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fix README.md
This commit is contained in:
parent
af607b6d1e
commit
f9ec56adf9
@ -64,12 +64,11 @@ installation steps. Default installation directory will be `/usr/local` if
|
||||
|
||||
#### Qt6
|
||||
|
||||
Since v1.0.1 Qucs-S supports build with Qt6. Set the `QT_DIR` environment variable
|
||||
to tell CMake use the Qt6. For example use the following command sequence for Ubuntu-22.04
|
||||
Since v1.0.1 Qucs-S supports build with Qt6. Set the `WITH_QT6` flag to tell CMake use the Qt6.
|
||||
For example use the following command sequence for Ubuntu-22.04
|
||||
|
||||
~~~
|
||||
export QT_DIR=/usr/lib/x86_64-linux-gnu/cmake/Qt6
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/your_install_prefix/
|
||||
cmake .. -DWITH_QT6=ON -DCMAKE_INSTALL_PREFIX=/your_install_prefix/
|
||||
~~~
|
||||
|
||||
### Running
|
||||
|
Loading…
x
Reference in New Issue
Block a user