A fork of AyuGram Desktop for personal use and experimentation.
- Blackjack
- Hookers
- Ayugram's original recipe with 11 herbs and spices.
Make sure you have these components installed with VS Build Tools:
- C++ MFC latest (x86 & x64)
- C++ ATL latest (x86 & x64)
- latest Windows 11 SDK
- The exact python version specified in the build docs
- Ensure you have ATL libs installed that match your version of Visual studios MSVC - Select these in either the VS build tools or VS2022 isntaller, when you select c++ destkop dev tools.
- You will need to use X64 Native Tools Command Prompt for VS 2022
- The combinded X86 and X64 will break the build make sure you use the correct x64 command prompt, you can find it from the Start menu VS folder in Windows under "all apps"
- If you dont have the correct verison command prompt available read Microsoft's guide on how to enable it.
Follow official guide if you want to build by yourself.
Follow the official guide.