Skip to content

Commit

Permalink
Merge pull request UM-Bridge#9 from UM-Bridge/MS-Windows-without-WSL
Browse files Browse the repository at this point in the history
Powershell build scripts for compilation with Windows
  • Loading branch information
linusseelinger authored Dec 10, 2022
2 parents fcfca80 + 61be5aa commit 690f441
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 690f441

Please sign in to comment.