[Windows][VC2022][CMake] Compiling Canary Sources
Last updated
Last updated
Visual Studio 2022 Community: https://visualstudio.microsoft.com/pt-br/thank-you-downloading-visual-studio/?sku=Community&rel=17
Microsoft Visual C++ Redistributable 2015-2022: (32-bit download, 64-bit download)
On the Visual Studio home screen, in the Visual Studio Community 2022 product click the Install button.
On the next screen under Workloads select Desktop Development with C++:
Then in Language Packs, select English:
Then click the Install button.
Install Git.
Execute the following command in Powershell with Administrator permission to set vcpkg environment variable:
Download Canary sources with the command below in Powershell:
cd C:\
git clone --recursive https://github.com/opentibiabr/canary.git
Open Visual Studio 2022, in the "Get Started" window, select "Open the local folder" and open the server main folder.
Wait for the Visual Studio to load. It will automatically install the libraries and generate the cmake cache. (Be patient, the first cache may take a few minutes).
After the cmake cache is successfully generated, you can compile the server by going to the Build > Build All menu.
Note: Check if the build is Windows-Release before compile the server. If not, you can choose the option in the configuration drop down menu, generate the cmake cache by going to Project > Configure Cache menu then compile the server by going to the Build > Build All menu.
Majesty (Canary compilation tutorial on VS2022)
Microsoft - VCPKG: https://github.com/Microsoft/vcpkg