Lunia Emulator Recommendation is to make sure that you have the integration enabled to make your life easier with .libs and .objs.
- git pull https://github.com/microsoft/vcpkg
- go to your environment variables
- Add a new variable called
VCPKG_DEFAULT_TRIPLET
with the valuex64-windows
- Run bootstrap-vcpkg.bat in a cmd from inside the newly created vcpkg folder.
- After everything is done downloading and compiling run -> vcpkg integrate install
- Now it's time to install our libraries. Make sure to check if they are being compiled in x64 it'll tell in the cmd
- Go to cmd and run -> vcpkg integrate project
- vcpkg install asio:x64-windows
- vcpkg install spdlog:x64-windows
- vcpkg install fmt:x64-windows
- vcpkg install cpr:x64-windows
- vcpkg install expat:x64-windows [ on add this you need reimplement in your project bro ]
Logger::GetInstance() -> Gives you access to our logging system
Lunia::Net::UserRegistry::GetInstance() -> To give you access to user management