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

Windows Install vcpkg

Aldruh

Member
Joined
Feb 6, 2011
Messages
29
Reaction score
7
I'm trying to install vcpkg, everything is working fine, until I finally have this problem.
Does anyone know how to solve it?
This causes me problems when compiling.Screenshot_7.webp
 
It doesn't work, I still have the same problem.
delete everything.

Go in cmd

cd C:\

Then

git clone GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS (https://github.com/Microsoft/vcpkg) && cd vcpkg && .\bootstrap-vcpkg.bat && .\vcpkg integrate install

The libraries to install for tfs are

.\vcpkg install --triplet x64-windows boost-iostreams boost-asio boost-system boost-variant boost-lockfree boost-locale boost-beast boost-json luajit libmariadb pugixml openssl fmt zlib
 
delete everything.

Go in cmd

cd C:\

Then

git clone GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS (https://github.com/Microsoft/vcpkg) && cd vcpkg && .\bootstrap-vcpkg.bat && .\vcpkg integrate install

The libraries to install for tfs are

.\vcpkg install --triplet x64-windows boost-iostreams boost-asio boost-system boost-variant boost-lockfree boost-locale boost-beast boost-json luajit libmariadb pugixml openssl fmt zlib
I'm trying to look for a tfs + otcv8 that are compatible to compile, do you know of any?
 
Back
Top