Skip to content

Commit

Permalink
Search for debug CMake Sodium lib crash build ultravnc#232
Browse files Browse the repository at this point in the history
1) gitignore personnal adding folders
zlib/
zstd/
for try to bypass relatives errors on my computer
2) cmake/readme.txt
Developer Command Prompt for VS <-Line 172- No longer use for vcpkg to make it x64 explanation v
c:\source\vcpkg>vcpkg install zlib
Computing installation plan...
warning: vcpkg appears to be in a Visual Studio prompt targeting x86 but installing for x64-windows-static. Consider using --triplet x86-windows or --triplet x86-uwp.
x64 Native Tools Command Prompt for VS 2022 <- Use these one
	modified:   .gitignore
	modified:   cmake/readme.txt
  • Loading branch information
jose94752 committed Oct 29, 2024
1 parent 083d8e3 commit e319f31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ CMakeUserPresets.json
.qtc_clangd/

build/
UltraVNC-UltraVNC-QtComminunityTests.pro.user

addon/Debug/
addon/eventMessageLogger/MSG00001.bin
Expand All @@ -171,6 +170,9 @@ cmake/out/

vcpkg-configuration.json

zlib/
zstd/

# End Customized ignore section ----------------------

# Comment the "Customized ignore section" upper if you want the original gitignore for Qt from GitHub
Expand Down
2 changes: 1 addition & 1 deletion cmake/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ git clone https://github.com/microsoft/vcpkg.git
cd vcpkg


# Developer Command Prompt for VS
# x64 Native Tools Command Prompt for VS 2022

cd /d c:\source\vcpkg
bootstrap-vcpkg.bat -disableMetrics
Expand Down

0 comments on commit e319f31

Please sign in to comment.