https://github.com/hasherezade/libpeconv_tpl
A ready-made template for a project based on libpeconv.
https://github.com/hasherezade/libpeconv_tpl
libpeconv
Last synced: 10 months ago
JSON representation
A ready-made template for a project based on libpeconv.
- Host: GitHub
- URL: https://github.com/hasherezade/libpeconv_tpl
- Owner: hasherezade
- Created: 2018-01-28T01:22:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T01:51:35.000Z (over 1 year ago)
- Last Synced: 2025-07-12T03:20:21.790Z (11 months ago)
- Topics: libpeconv
- Language: C++
- Size: 41 KB
- Stars: 49
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libPeConv project template
[](https://ci.appveyor.com/project/hasherezade/libpeconv-tpl)
[](https://github.com/hasherezade/libpeconv_tpl/commits)
A ready-made template for a project based on [libpeconv](https://github.com/hasherezade/libpeconv).
Clone & build
-
1. Use [Git](https://git-scm.com/download/) to make a **recursive** clone of this repo, containing all the required submodules:
```console
git clone --recursive https://github.com/hasherezade/libpeconv_tpl.git
```
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).