File size: 926 Bytes
493461e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Openroad and QtCharts

Tool: Graphical User Interface

Subcategory: Library dependency issue

## Conversation

### pguerr91
I installed openroad on RHEL8 using the documentation from GitHub. After launching openroad -gui, I noticed that it mentions QtCharts is not installed. So I built and compiled it (from source qtcharts-everywhere-src-5.15.0.zip), and and it appears to have installed in /usr/include/qt5/QtCharts ..but when I launch openroad -gui again , it STILL says "QtCharts not installed" ..(see attachment) Any ideas on what to do ??  This doesn't appear to be very straightforward

![openroad_QtCharts_missing](https://github.com/The-OpenROAD-Project/OpenROAD/assets/47336735/70f5288c-1aa8-447b-ac35-0c0cfb27bee0)


### maliberty
Cmake does some caching so I suggest removing your build directory and re-running cmake to see if it then finds it.

### maliberty
Is the rest of Qt installed in the same area?