An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# libPeConv project template
[![Build status](https://ci.appveyor.com/api/projects/status/ehmf01f38h5ce8ri?svg=true)](https://ci.appveyor.com/project/hasherezade/libpeconv-tpl)
[![Last Commit](https://img.shields.io/github/last-commit/hasherezade/libpeconv_tpl/master)](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).