improve readme#57
Open
alex-free wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed unneccesary
john@localhost:ps5-payload-dev/sdk$from commands. Now you can copy each line or entire chunks into a terminal without issue.Moved dependencies for working with decrypted sprx files to 'optional' dependency lines, because they are optional and if your already installing optional stuff why not just do it all at once.
Change wget to required dependency, since it actually is needed in ./libcxx.sh.
Added Fedora and Mac OS dependencies for for working with decrypted sprx files.
In usage section, changed export PS5_HOST=ps5 to export PS5_HOST=ps5_ip_address for clarity on this needing to be replaced in example.
In building sdk section, add
sudotomake DESTDIR=/opt/ps5-payload-sdk install, since without it we don't have write privlages to /opt and command fails.In building sdk section, add
sudo -Eto./libcxx.sh # fetch, build, and install libcxxsince again, we do not have write privlages to /opt without it and the command fails. the-Eflag tells sudo to keep the envars already set by current user in that context.In adding new SCELibs section, add
sudotomake DESTDIR=/opt/ps5-payload-sdk installbecause again, we do not have write privlages to /opt without it and the command fails.