第一代点绘机,以点的方式在绘图板上进行绘制。
- Qt6.3.2
- Qt6.3.2
- libX11
- libXtst
需要在环境变量中添加MinGW的bin目录。
git clone https://github.com/sixsixQAQ/dolphin
cd dolphin
mkdir build && cd build
cmake ../ -G "MinGW Makefiles" -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc
cmake --build .
下来需要用Qt的MinGW命令行操作,
cd dolphin/bin
windeployqt *.exe
cp ../style.qss .
git clone https://github.com/sixsixQAQ/dolphin
cd dolphin
mkdir build && cd build
cmake ..
cmake --build .
cd dolphin/bin
cp ../style.qss .