Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VZout committed Apr 16, 2019
2 parents e5092af + 26c7f6d commit 78d66ed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# WispInstaller

A rust tool that helps newbies to use cmake.

## Usage

Place the `.exe`in the root directory of the project (WispRenderer) and run it. Then just folow the on-screen instructions.

## Installing Environment

Requirements:
* Rust

Running the application in debug:
```sh
cargo run
```

Building for release:
```sh
cargo build --release
```

0 comments on commit 78d66ed

Please sign in to comment.