Compile wxWidgets
https://www.youtube.com/watch?v=JD1fZWMokkY
https://docs.wxwidgets.org/latest/plat_msw_install.html
https://docs.wxwidgets.org/latest/overview_cmake.html
https://stackoverflow.com/questions/51740811/wxwidgets-repository-content-on-github
https://www.wxwidgets.org/develop/code-repository/
Picotorrent
https://github.com/picotorrent/picotorrent/issues/1280
git clone https://github.com/picotorrent/picotorrent.git
cd picotorrent
git submodule update --init --recursive
dotnet tool restore
cd vendor
rm -r vcpkg
git clone https://github.com/microsoft/vcpkg
cd vcpkg
bootstrap-vcpkg.bat
cd ..
cd ..
dotnet cake --platform=x64 --configuration=Release
dotnet cake --platform=x32 --configuration=Release
Комментариев нет:
Отправить комментарий