Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Vita-ENet: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
Line 2: Line 2:
|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=psvitapc2.png
|image_alt=vita-enet
|image_alt=vita-enet
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=vita-enet
|title=vita-enet
|image=ps-vita-logo.jpg
|image=psvitapc2.png
|description=ENet reliable UDP networking library
|description=ENet reliable UDP networking library
|author=rsn8887
|author=xyzz
|lastupdated=2016/08/15
|lastupdated=2016/08/15
|type=Developments
|type=Developments
Line 15: Line 15:
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/vitahomebrews/vitaenetvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/vitaenetvita.7z
|website=http://enet.bespin.org
|website=https://github.com/xyzz/vita-enet
|source=https://github.com/rsn8887/vita-enet
|source=https://github.com/xyzz/vita-enet
}}
}}
'''Vita-enet''' is an ENet reliable UDP networking library for PSVita.
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.


==How To Build Vita-enet==
The quick description on how to build is:
If you obtained this package from gamebrew, the quick description on how to build
is:
<pre>
<pre>
# Generate the build system.
# Generate the build system.
Line 36: Line 35:


== External links ==
== External links ==
* Github - https://github.com/rsn8887/vita-enet
* GitHub - https://github.com/rsn8887/vita-enet

Revision as of 01:31, 17 Ocak 2023

vita-enet
Psvitapc2.png
General
Authorxyzz
TypeDevelopments
Version2016
LicenseMIT License
Last Updated2016/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

Advertising: