rvz-convert/README.md

33 lines
650 B
Markdown
Raw Permalink Normal View History

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
```
2025-01-21 18:46:36 +00:00
## Usage
Please use after installing to PATH (`sudo make install`)
`rvz-convert path/to/Game.rvz`
2025-01-21 03:11:06 +00:00
### Dependencies:
2025-01-24 01:00:58 +00:00
Note: Most of these are dolphin dependencies. Still working on cutting out the Qt6 dependencies as it's a total PITA to compile the entirety of dolphin.
2025-01-21 03:11:06 +00:00
- Qt6 Base
- Qt6 SVG
- Qt6 qtbase private libraries
- Working compiler toolchain (build-essential)
- GNU Make
- CMake
2025-01-21 19:08:45 +00:00
- Xi
2025-01-21 19:13:05 +00:00
- LibXRandr