More actions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=vita-enet | |title=vita-enet | ||
|image= | |image=psvitapc2.png | ||
|description=ENet reliable UDP networking library | |description=ENet reliable UDP networking library. | ||
|author= | |author=xyzz | ||
|lastupdated=2016/08/15 | |lastupdated=2016/08/15 | ||
|type=Developments | |type=Developments | ||
|version=2016 | |version=2016 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/vita_enet_vita.zip | ||
|website= | |website=https://github.com/xyzz/vita-enet | ||
|source=https://github.com/ | |source=https://github.com/xyzz/vita-enet | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew PC Tools (Developments) - GameBrew | |||
|title_mode=append | |||
|image=psvitapc2.png | |||
|image_alt=vita-enet | |||
}} | |||
Vita-enet is an ENet reliable UDP networking library for PS Vita. | |||
==Building== | |||
Please visit the ENet homepage at http://enet.bespin.org for installation and usage instructions. | Please visit the ENet homepage at http://enet.bespin.org for installation and usage instructions. | ||
The quick description on how to build is: | |||
is: | |||
<pre> | <pre> | ||
# Generate the build system. | # Generate the build system. | ||
Line 36: | Line 36: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/rsn8887/vita-enet |
Latest revision as of 08:32, 4 August 2024
vita-enet | |
---|---|
General | |
Author | xyzz |
Type | Developments |
Version | 2016 |
License | MIT License |
Last Updated | 2016/08/15 |
Links | |
Download | |
Website | |
Source | |
Vita-enet is an ENet reliable UDP networking library for PS Vita.
Building
Please visit the ENet homepage at http://enet.bespin.org for installation and usage instructions.
The quick description on how to build is:
# Generate the build system. autoreconf -vfi # Compile and install the library. ./configure && make && make install
External links
- GitHub - https://github.com/rsn8887/vita-enet