• 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!

compiling otclient

1; use visual studio 2022
2; if your pc is 64x
install vcpkg
64x:
./vcpkg --triplet x64-windows install boost-asio boost-filesystem boost-iostreams boost-lockfree boost-system boost-variant cryptopp curl jsoncpp parallel-hashmap protobuf libmariadb luajit mpir pugixml spdlog fmt magic-enum mio abseil argon2 libxml2 eventpp bext-di
32x:
./vcpkg install boost-asio boost-filesystem boost-iostreams boost-lockfree boost-system boost-variant cryptopp curl jsoncpp parallel-hashmap protobuf libmariadb luajit mpir pugixml spdlog fmt magic-enum mio abseil argon2 libxml2 eventpp bext-di
6-
./vcpkg integrate install

if your pc is 64x like mine > u change option to 32 bits x86 you go to Project -> Properties -> Advanced and change Preferred Build Tool Architeture to 32-bit x86 dont forget Don't forget to check the DirectX 32 option at the top and after compiling, also do OpenGL 32

1717766511754.png
 
Code:
.\vcpkg install boost-iostreams:x86-windows-static boost-asio:x86-windows-static boost-beast:x86-windows-static boost-system:x86-windows-static boost-variant:x86-windows-static boost-lockfree:x86-windows-static boost-process:x86-windows-static boost-program-options:x86-windows-static luajit:x86-windows-static glew:x86-windows-static boost-filesystem:x86-windows-static boost-uuid:x86-windows-static physfs:x86-windows-static openal-soft:x86-windows-static libogg:x86-windows-static libvorbis:x86-windows-static zlib:x86-windows-static libzip:x86-windows-static openssl:x86-windows-static
Code:
.\bootstrap-vcpkg.bat
Code:
.\vcpkg integrate install
 
Back
Top