grillbe1029
New Member
Hello again. On my current quest to get a server running I've made some progress but still need some help.
I was, with help, able to understand that one of my core issues has been that i need to build the server in SSE2. The issue now is that i have not yet learned how to get the correct vcpkg and every time i try i either get 500 errors bcus boost is wrong version or visual studio simply can't find boost at all. If someone would be able to rebuild this in SSE2 for me and/or explain how to actually do it myself with getting correct vcpkg package, that would be much appreciated.
github.com
(I have tried google but been unable to find information that solves the issue, if a post exists a link would be lovely.)
This is what i tried last time which did not work:
cd /c/nekiro
git clone GitHub - Wirless/NekiroDowngrade772: Latest VCPKG build. (https://github.com/Wirless/NekiroDowngrade772.git) .
git clone GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS (https://github.com/microsoft/vcpkg.git)
git checkout 2022.10.19
./bootstrap-vcpkg.bat
./vcpkg integrate install
open forgottenserver.vcxproj -> rebuild
I was, with help, able to understand that one of my core issues has been that i need to build the server in SSE2. The issue now is that i have not yet learned how to get the correct vcpkg and every time i try i either get 500 errors bcus boost is wrong version or visual studio simply can't find boost at all. If someone would be able to rebuild this in SSE2 for me and/or explain how to actually do it myself with getting correct vcpkg package, that would be much appreciated.
GitHub - Wirless/NekiroDowngrade772: Latest VCPKG build.
Latest VCPKG build. Contribute to Wirless/NekiroDowngrade772 development by creating an account on GitHub.
(I have tried google but been unable to find information that solves the issue, if a post exists a link would be lovely.)
This is what i tried last time which did not work:
cd /c/nekiro
git clone GitHub - Wirless/NekiroDowngrade772: Latest VCPKG build. (https://github.com/Wirless/NekiroDowngrade772.git) .
git clone GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS (https://github.com/microsoft/vcpkg.git)
git checkout 2022.10.19
./bootstrap-vcpkg.bat
./vcpkg integrate install
open forgottenserver.vcxproj -> rebuild