-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script fail in Windows #270
Comments
Note
ErrorMany times mentioning missing
|
Note@jbatnozic mention how to fix
ErrorWhen using it.
|
NoteIt's copying the wrong Lines 20 to 23 in 2f0f25a
ErrorWhen using it through terminal nothing happens.
Code #include "zerotier/ZeroTierSockets.h"
#include <stdio.h>
int main(void) {
printf("---Start\n"); // This is never printed
long long net_id = 0x0cccb752f7bdf645;
zts_node_start();
} |
Note
|
Thank you for this. Was a huge help! |
Hello Everyone, I am getting error
|
Setup
git clone https://github.com/zerotier/libzt.git
cd libzt/
git submodule update --init
libzt
folder with Visual Studio. .\build.ps1; Build-Host -BuildType "Release" -Arch "x64"
Operating System: Windows 11 Pro
Error
The text was updated successfully, but these errors were encountered: