More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew PC Tools (Developments) - GameBrew! |title_mode=append |image=ps-vita-logo.jpg |image_alt=SDL_net }} {{Infobox V...") |
m (Text replacement - "|discussion=" to "|donation=") |
||
(7 intermediate revisions by the same user not shown) | |||
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= | |image=psvitapc2.png | ||
|image_alt=SDL_net | |image_alt=SDL_net | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=SDL_net | |title=SDL_net | ||
|image= | |image=psvitapc2.png | ||
|description=SDL_net for PS | |description=SDL_net for PS Vita. | ||
|author=rsn8887 | |author=rsn8887 | ||
|lastupdated=2017/12/09 | |lastupdated=2017/12/09 | ||
|type=Developments | |type=Developments | ||
|version=2.0 | |version=2.0.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/sdlnetvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/sdlnetvita.7z | ||
|website= | |website=https://github.com/rsn8887/SDL_net | ||
|source=https://github.com/rsn8887/SDL_net | |source=https://github.com/rsn8887/SDL_net | ||
|donation=https://www.patreon.com/rsn8887 | |||
}} | }} | ||
This is a binary release of SDL2_net for Vita 2.0.1git version 20171208 ported to the Vita. | |||
It is an example portable network library for use with SDL. | |||
==Installation== | |||
To install, download and run | |||
tar --no-same-owner --no-same-permissions -C $VITASDK/arm-vita-eabi -xJf sdl2_net_vita_20171208.tar.xz | |||
Note this will overwrite any currently installed versions of SDL2_net. | |||
The older VitaSDK version can always be downloaded from http://dl.vitasdk.org/sdl2_net.tar.xz. | |||
== External links == | |||
* GitHub - https://github.com/rsn8887/SDL_net | |||
[[Category:Support the author]] | |||
Latest revision as of 01:07, 14 August 2023
SDL_net | |
---|---|
General | |
Author | rsn8887 |
Type | Developments |
Version | 2.0.1 |
License | Mixed |
Last Updated | 2017/12/09 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is a binary release of SDL2_net for Vita 2.0.1git version 20171208 ported to the Vita.
It is an example portable network library for use with SDL.
Installation
To install, download and run
tar --no-same-owner --no-same-permissions -C $VITASDK/arm-vita-eabi -xJf sdl2_net_vita_20171208.tar.xz
Note this will overwrite any currently installed versions of SDL2_net.
The older VitaSDK version can always be downloaded from http://dl.vitasdk.org/sdl2_net.tar.xz.
External links
- GitHub - https://github.com/rsn8887/SDL_net