Vita-ENet: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (Developments) - GameBrew! | |title=Vita Homebrew PC Tools (Developments) - GameBrew! | ||
| Line 16: | Line 15: | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vitaenetvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vitaenetvita.7z | ||
|website= | |website=http://enet.bespin.org | ||
|source=https://github.com/rsn8887/vita-enet | |source=https://github.com/rsn8887/vita-enet | ||
}} | }} | ||
ENet reliable UDP networking library | '''Vita-enet''' is an ENet reliable UDP networking library for PSVita. | ||
Please visit the ENet homepage at http://enet.bespin.org for installation and usage instructions. | |||
==How To Build Vita-enet== | |||
If you obtained this package from gamebrew, the quick description on how to build | |||
is: | |||
<pre> | |||
# Generate the build system. | |||
autoreconf -vfi | |||
# Compile and install the library. | |||
./configure && make && make install | |||
</pre> | |||
== External links == | == External links == | ||
* Github - https://github.com/rsn8887/vita-enet | * Github - https://github.com/rsn8887/vita-enet | ||
Revision as of 00:51, 22 November 2022
| vita-enet | |
|---|---|
| File:Ps-vita-logo.jpg | |
| General | |
| Author | rsn8887 |
| 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 PSVita.
Please visit the ENet homepage at http://enet.bespin.org for installation and usage instructions.
How To Build Vita-enet
If you obtained this package from gamebrew, 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