• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help rebuild SSE2 / learning about vckpg

grillbe1029

New Member
Joined
Aug 25, 2022
Messages
5
Reaction score
0
GitHub
grillbe
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.

(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
 
Currently still stuck not knowing which checkout to use. the last one i tried was 2021.04.30 but getting error
Error: Building package bzip2:x64-windows failed with: BUILD_FAILED
 
Back
Top