document building and usage
This commit is contained in:
parent
bb15bdbe6a
commit
6bf2ea2753
32
README.md
32
README.md
@ -0,0 +1,32 @@
|
|||||||
|
# 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)
|
||||||
|
-
|
Loading…
x
Reference in New Issue
Block a user