mirror of https://github.com/ikatson/rqbit
Add build details to desktop application README.md
This commit is contained in:
parent
f7b22aa0aa
commit
fe713a66b4
|
|
@ -1,7 +1,33 @@
|
|||
# Tauri + React + Typescript
|
||||
# rqbit GUI Application
|
||||
|
||||
This template should help get you started developing with Tauri, React and Typescript in Vite.
|
||||
This is a thin tauri wrapper for the web ui of rqbit.
|
||||
|
||||
## Recommended IDE Setup
|
||||
|
||||
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
|
||||
|
||||
## Dependencies
|
||||
|
||||
* Tauri CLI.
|
||||
|
||||
```
|
||||
cargo install tauri-cli
|
||||
```
|
||||
|
||||
* Nodejs and NPM
|
||||
|
||||
## How to build GUI
|
||||
|
||||
* Go to `rqbit/crates/librqbit/webui`
|
||||
|
||||
```
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
* Go to `rqbit/desktop`
|
||||
|
||||
```
|
||||
npm install
|
||||
cargo tauri dev
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue