Skip to content

Commit 5befa08

Browse files
committed
📘 README.md added
1 parent 2e91146 commit 5befa08

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ This is a simple DLL library to use **pulldown-cmark** from any win32 applicatio
44

55
# How to build
66

7-
- 64bits: `cargo build --target=x86_64-pc-windows-msvc --release`
8-
- 32bits: `cargo build --target=i686-pc-windows-msvc --release`
7+
- 64bits:
8+
```
9+
rustup default stable-x86_64-pc-windows-msvc
10+
cargo build --target=x86_64-pc-windows-msvc --release
11+
```
12+
- 32bits:
13+
```
14+
rustup default stable-i686-pc-windows-msvc
15+
cargo build --target=i686-pc-windows-msvc --release
16+
```
917

1018

1119
For instance the **pascal** directory contains a library to use with Delphi.

0 commit comments

Comments
 (0)