Jeaux
New Member
- Joined
- Sep 12, 2018
- Messages
- 21
- Reaction score
- 3
That is the exact tutorial I am followingfollow this tutorial and you will be fine:
![]()
Compiling on Windows (vcpkg)
A free and open-source MMORPG server emulator written in C++ - otland/forgottenservergithub.com
review the vcpkg install part, and libs part, if any of these steps failed, the compilation will not succeedThat is the exact tutorial I am following
They didn't fail, but I suspect my issue has to do with needing an older Visual Studio version. Just not sure where to go from there at the moment.review the vcpkg install part, and libs part, if any of these steps failed, the compilation will not succeed
visual studio 2019 or 2022 are fine, your problem is that boost lib seems to not be installed, did you install the correct one? for example:They didn't fail, but I suspect my issue has to do with needing an older Visual Studio version. Just not sure where to go from there at the moment.
Went back and installed boost-asio specifically and a lot is going on in powershell so I'll check back later XDvisual studio 2019 or 2022 are fine, your problem is that boost lib seems to not be installed, did you install the correct one? for example:
- install the x64 libs and on visual studio select release and x64
Hi, I was able to compile the source but when executing the .exe it does not open and shows no signs of errors. what can happen? at the end of the compilation it throws me an error that is about the CONFIG.LUAvisual studio 2019 or 2022 are fine, your problem is that boost lib seems to not be installed, did you install the correct one? for example:
- install the x64 libs and on visual studio select release and x64