Skip to content

Commit

Permalink
Added Powershell build scripts, for compilation
Browse files Browse the repository at this point in the history
with Windows
  • Loading branch information
ImackluI committed Dec 10, 2022
1 parent f89edfe commit 61be5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/c++/build_win.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
g++ -std=c++17 -o http-client http-client.cpp -pthread -I../../lib/ -lWs2_32 -lssl -lcrypto -lCrypt32
1 change: 1 addition & 0 deletions models/testmodel/build_win.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
g++ -std=c++17 -o minimal-server minimal-server.cpp -pthread -I../../lib/ -lWs2_32 -lssl -lcrypto -lCrypt32

0 comments on commit 61be5aa

Please sign in to comment.