How install gdnet on Godot Engine linux?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By linuxfree
:warning: Old Version Published before Godot 3 was released.

I just download from official site gdnet then create a directory modules on .godot folder please take a look:

root@linux:~/.godot/modules/gdnet# dir
config.py gdnet_event.h gdnet_message.h LICENSE.md
gdnet_address.cpp gdnet_host.cpp gdnet_peer.cpp README.md
gdnet_address.h gdnet_host.h gdnet_peer.h register_types.cpp
gdnet_event.cpp gdnet_message.cpp gdnet_queue.h register_types.h

but godot not find this files? I will need compile source of godot?

how i can compile?

thanks

:bust_in_silhouette: Reply From: atze

You need to compile yourself, see:

You have to put the folder gdnet into godot_source_dir/modules not in ~/.godot/modules/

And please, format your text properly.

Great explanation.Godot Compiled with gnet and project FPS online from member test running perfect in 40 FPS/second nice for dualcore machine

thanks a lot

linuxfree | 2016-09-03 21:04