diff --git a/README.md b/README.md index cc19b62..5205422 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # esp-gui-lib ESP32 gui library + +## How to compile the iconconverter for dummies +``` +mkdir build-iconconvert-Desktop_Qt_6_4_1-Debug +cd build-iconconvert-Desktop_Qt_6_4_1-Debug +qmake ../iconconvert +make +```