Skip to content

Installing DuckX and nhlohmann Json

patch-s edited this page Nov 18, 2023 · 4 revisions

To install DuckX:

  1. From Qt Creator, select File->New Project->Import Project->Git clone and use the address https://github.com/amiremohamadi/DuckX.git
  • Make sure that the DuckX repository is in the same directory as your DialogueCreatorForGames repository
  1. Build the DuckX project using Qt Creator to create a build directory for DuckX
  • Make sure that the DuckX build directory is in the same directory as your DialogueCreatorForGames repository
  1. Move the contents of <DuckX repository>\thirdparty\pugixml and <DuckX repository>\thirdparty\zip to <DuckX include repository>

To install nlohmann Json:

  1. Create a repository
  2. Navigate to the repository and run git clone https://github.com/nlohmann/json.git
  3. Copy the file <json repository>\include\nhlohmann\json.h to <DuckX include repository>
  4. Copy the folder <json repository>\include\nhlohmann to <DuckX include repository>
Clone this wiki locally