Update README.md

This commit is contained in:
Downforce Agent 2024-07-12 16:07:13 -04:00
parent 3a7a694db8
commit 8d2e8204af

View File

@ -4,6 +4,8 @@
## Get Started: [>> CLICK HERE <<](https://git.worlio.com/bonkmaykr/firestar/wiki) ## Get Started: [>> CLICK HERE <<](https://git.worlio.com/bonkmaykr/firestar/wiki)
![](https://files.worlio.com/users/bonkmaykr/http/git/embed/2024-07-12_15-02.png)
# Installation # Installation
The latest version of Firestar will always be available from [Releases](https://git.worlio.com/bonkmaykr/firestar/releases). The latest version of Firestar will always be available from [Releases](https://git.worlio.com/bonkmaykr/firestar/releases).
If you aren't sure which file to get: If you aren't sure which file to get:
@ -51,13 +53,15 @@ Firestar itself can run natively on the system, but it needs WINE in order to ha
Firestar is built on top of the following additional software: Firestar is built on top of the following additional software:
- *[WINE](https://www.winehq.org/), for running the below applications across platforms. - *[WINE](https://www.winehq.org/), for running the below applications across platforms.
- *[ffmpeg](https://ffmpeg.org/), for audio conversion in the OST generator - *[ffmpeg](https://ffmpeg.org/), for audio conversion in the OST generator
- †[org.json](https://github.com/stleary/JSON-java), Java library for handling JSON data.
- †[zip4j](https://github.com/srikanth-lingala/zip4j), A Java library for ZIP files
- [pkg2zip](https://github.com/mmozeiko/pkg2zip) & [psvpfsparser](https://github.com/motoharu-gosuto/psvpfstools), for (legal) asset decryption from Playstation Network. - [pkg2zip](https://github.com/mmozeiko/pkg2zip) & [psvpfsparser](https://github.com/motoharu-gosuto/psvpfstools), for (legal) asset decryption from Playstation Network.
- [FART](https://fart-it.sourceforge.net/), for find-and-replace patches. Yes, seriously, that's what it's called.
- [libcurl](https://curl.se/libcurl/), allows psvpfsparser to communicate with Henkaku's F00D server. - [libcurl](https://curl.se/libcurl/), allows psvpfsparser to communicate with Henkaku's F00D server.
- psp2psarc, Sony's proprietary PSARC compression/decompression utility. - psp2psarc, Sony's proprietary PSARC compression/decompression utility.
- at9tool, Sony's proprietary ATRAC9 codec. - at9tool, Sony's proprietary ATRAC9 codec.
*_WINE, ffmpeg, and the Java Runtime are pulled as package dependencies on Linux systems._ *_WINE, ffmpeg, and the Java Runtime are pulled as package dependencies on Linux systems._
†_Libraries baked directly into the executable._
All of these, save for psp2psarc, appear in Tetsuo (1.3) and onwards. The licenses for Sony's psp2psarc and at9tool are polar opposite from Firestar's own GPL, so you should not expect Firestar to be a completely "libre" application (but then again, you're a WipEout player, the free software movement clearly isn't a huge concern). The open source nature of Firestar is provided with the hopes of allowing others to critique, audit, and improve upon the software, not necessarily for idealogical reasons. All of these, save for psp2psarc, appear in Tetsuo (1.3) and onwards. The licenses for Sony's psp2psarc and at9tool are polar opposite from Firestar's own GPL, so you should not expect Firestar to be a completely "libre" application (but then again, you're a WipEout player, the free software movement clearly isn't a huge concern). The open source nature of Firestar is provided with the hopes of allowing others to critique, audit, and improve upon the software, not necessarily for idealogical reasons.