-
Notifications
You must be signed in to change notification settings - Fork 0
Installing DuckX and nhlohmann Json
patch-s edited this page Nov 18, 2023
·
4 revisions
To install DuckX:
- 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
- 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
- Move the contents of
<DuckX repository>\thirdparty\pugixml
and<DuckX repository>\thirdparty\zip
to<DuckX include repository>
To install nlohmann Json:
- Create a repository
- Navigate to the repository and run
git clone https://github.com/nlohmann/json.git
- Copy the file
<json repository>\include\nhlohmann\json.h
to<DuckX include repository>
- Copy the folder
<json repository>\include\nhlohmann
to<DuckX include repository>