Vita-ENet: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "GameBrew!" to "GameBrew" |
||
| Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (Developments) - GameBrew | |title=Vita Homebrew PC Tools (Developments) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=ps-vita-logo.jpg | |image=ps-vita-logo.jpg | ||
Revision as of 03:26, 5 December 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