2025-01-21 01:20:25 +00:00
2025-01-20 20:02:52 +00:00
2025-01-21 01:20:25 +00:00
2025-01-21 01:20:25 +00:00
2025-01-20 20:02:52 +00:00
2025-01-21 03:10:55 +00:00
2025-01-21 03:11:06 +00:00

rvz-convert


Building

Use the provided Makefile to build the project. Make sure to pass in multithreading parameters, as Dolphin is a large project with many submodules of its own. e.g.

make -j$(nproc)
sudo make install

Dependencies:

  • Qt6 Base
  • Qt6 SVG
  • Qt6 qtbase private libraries
  • Working compiler toolchain (build-essential)
  • GNU Make
  • CMake

Building for Windows

Dependencies:

  • WSL
  • mingw64 Qt components (above)
Description
No description provided
Readme GPL-3.0 63 KiB
Languages
C++ 75.4%
Makefile 20.7%
C 3.9%