More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew PC Tools (Developments) - GameBrew! |title_mode=append |image=vuavita.jpg |image_alt=Vua }} {{Infobox Vita Homeb...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Vua | |title=Vua | ||
|image= | |image=vuavita2.png | ||
|description=Vita library compilation tool | |description=Vita library compilation tool. | ||
|author=kouta-kun | |author=kouta-kun | ||
|lastupdated=2020/04/27 | |lastupdated=2020/04/27 | ||
Line 15: | Line 8: | ||
|version=2020 | |version=2020 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/vua.zip | ||
|website= | |website=https://github.com/kouta-kun/vua | ||
|source=https://github.com/kouta-kun/vua | |source=https://github.com/kouta-kun/vua | ||
}} | }} | ||
Vita | {{#seo: | ||
|title=Vita Homebrew PC Tools (Developments) - GameBrew | |||
|title_mode=append | |||
|image=vuavita2.png | |||
|image_alt=Vua | |||
}} | |||
vua is a simple script to build and package vitasdk libraries from their packages repository. | |||
The regular vdpm tool uses precompiled packages, some of which are currently broken and/or outdated (libmathneon). | |||
== | ==Installation== | ||
Install vua by doing | |||
# cp vua $VITASDK/bin | |||
and compile and install packages by running | |||
# vua PACKAGENAME | |||
where PACKAGENAME is a subdirectory of github.com/vitasdk/packages. vua downloads the repository for you in $VITASDK/packages. | |||
Currently, you need to remove $VITASDK/bin/libmakepkg/tidy/strip.sh, since stripping libraries breakes linking them (see [https://github.com/vitasdk/vita-makepkg/pull/5 vitasdk/vita-makepkg#5]) . | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/kouta-kun/vua | ||
Latest revision as of 08:34, 4 August 2024
Vua | |
---|---|
General | |
Author | kouta-kun |
Type | Developments |
Version | 2020 |
License | Mixed |
Last Updated | 2020/04/27 |
Links | |
Download | |
Website | |
Source | |
vua is a simple script to build and package vitasdk libraries from their packages repository.
The regular vdpm tool uses precompiled packages, some of which are currently broken and/or outdated (libmathneon).
Installation
Install vua by doing
# cp vua $VITASDK/bin
and compile and install packages by running
# vua PACKAGENAME
where PACKAGENAME is a subdirectory of github.com/vitasdk/packages. vua downloads the repository for you in $VITASDK/packages.
Currently, you need to remove $VITASDK/bin/libmakepkg/tidy/strip.sh, since stripping libraries breakes linking them (see vitasdk/vita-makepkg#5) .
External links
- GitHub - https://github.com/kouta-kun/vua