Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 895 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 895 Bytes

DragonBones SFML Library

中文 README

How to setup for Visual Studio

  1. Create project in Visual Studio
  2. Create solution dragonBones
    1. Copy content of DragonBones/src and 3rdParty to main directory of this solution
    2. In Property Pages/General set Configuration Type to Static library (.lib)
    3. In Property Pages/C/C++ set Additional Include Directories to ./.
  3. Create solution dragonBonesSFML
    1. Configure SFML like in tutorial
    2. Copy content of SFML/src and SFML/Demos to main directory of this solution
    3. In Property Pages/C/C++ add to Additional Include Directories ./. and path to directory of dragonBones (..\dragonBones)
    4. Add Reference of solution dragonBones to this
  4. Compile both solutions