-
Notifications
You must be signed in to change notification settings - Fork 0
22_Latex
Davood Dorostkar edited this page Aug 22, 2024
·
2 revisions
- download latest source code from:
https://sourceforge.net/projects/klatexformula/files/klatexformula/
- install dependencies:
sudo apt-get install libqt5widgets5 libqt5gui5 libqt5core5a qtbase5-dev qttools5-dev
- extract
tar xvzf <source file>
- add
#include <QPainterPath>
in thesrc/klftools/klfflowlistwidget_p.h
- install
mkdir build && cd build && cmake .. && make -j`nproc` && sudo make install