Skip to content

Commit 4cd95c6

Browse files
authored
Update README.md
1 parent a5dbd93 commit 4cd95c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44

55
A ready-made template for a project based on [libpeconv](https://github.com/hasherezade/libpeconv).
66

7-
Clone:
7+
Clone & build
88
-
9-
Use recursive clone to get the repo together with all the submodules:
9+
10+
1. Use [Git](https://git-scm.com/download/) to make a **recursive** clone of this repo, containing all the required submodules:
11+
1012
```console
1113
git clone --recursive https://github.com/hasherezade/libpeconv_tpl.git
1214
```
15+
16+
2. With the help of [CMake](https://cmake.org/), generate a Visual Studio project, analogously to described [here](https://github.com/hasherezade/libpeconv/wiki/Building-the-library).

0 commit comments

Comments
 (0)