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

https://github.com/hopson97/sfml-conan-example

Example of using SFML with conan.io
https://github.com/hopson97/sfml-conan-example

Last synced: 4 months ago
JSON representation

Example of using SFML with conan.io

Awesome Lists containing this project

README

          

# SFML + Conan Example

Example of using Conan to build an SFML project

## Usage

Firstly you need to run (If you have not done so already)

```sh
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
```

Then

* Windows
```
.\build.bat
.\build\bin\sfml_test.exe
```

* Linux
```
todo
```