diff --git a/README.md b/README.md index a512acc..53fd320 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,13 @@ A small static website to better view and analyze stats from [deqp-runner](https://gitlab.freedesktop.org/mesa/deqp-runner) results. Result CSV file should be placed in [assets](https://github.com/Kbz-8/VulkanCTSViewer/tree/master/assets) folder before deploying. +## Build instructions + +To build your VulkanCTSViewer follow these steps: +* Install dioxus (`cargo binstall dioxus --version 0.7.2`) +* Copy your `results.csv` to `/assets` folder +* `dx build --verbose --platform web --release` +* Publish from `./target/dx/vulkan-cts-analyzer/release/web/public` +* Enjoy + ![Screenshot](Screenshot.png)