Skip to content

Commit d2ec2cd

Browse files
committed
Add instructions to compile from source.
1 parent 1cc4a6d commit d2ec2cd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,18 @@ translation is necessary.
5858
Addtionally, be careful with special characters interpreted by the shell.
5959
Only spaces in arguments are currently handled.
6060

61+
62+
## Building from source
63+
64+
First, install Rust from https://www.rust-lang.org. Rust on Windows also
65+
requires Visual Studio or the Visual C++ Build Tools for linking.
66+
67+
The final executable can then be build by running
68+
69+
```
70+
cargo build --release
71+
```
72+
73+
inside the root directory of this project. The resulting binary will
74+
be located in `./target/release/`.
75+

0 commit comments

Comments
 (0)