More actions
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= | |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 | ||
Line 15: | Line 15: | ||
|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 | ||
}} | }} | ||
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 | To install, download and run | ||
tar --no-same-owner --no-same-permissions -C $VITASDK/arm-vita-eabi -xJf sdl2_net_vita_20171208.tar.xz | |||
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 == | == External links == | ||
* | * GitHub - https://github.com/rsn8887/SDL_net |
Revision as of 02:36, 17 Ocak 2023
SDL_net | |
---|---|
General | |
Author | rsn8887 |
Type | Developments |
Version | 2.0.1 |
License | Mixed |
Last Updated | 2017/12/09 |
Links | |
Download | |
Website | |
Source | |
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