Vita-ENet
From GameBrew
More actions
| 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