Getting this error for openroad gui.
p
Getting this error for openroad gui.
a
You are using openroad that is compiled without gui support. Use one from OpenLanes docker. It is compiled with gui support
... or build it with gui enabled
p
How to build it with gui enabled?
d
1. first you can install qt5 sudo apt-get install qt5-default 2. Go to Openroad folder and rebuild once again cd build cmake .. sudo make install
p
Okay 👍