From 1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 24 Apr 2020 19:01:28 +0800 Subject: Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9e2d9d..1ab8df5 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,12 @@ under Windows than on Linux and BSDs. Clone it in the root of your C drive or in any location you choose. 7. Enter tools directory in PSn00bSDK and run `make` to build all tools. Then, run `make install` to consolidate all tools to a single bin - directory. Add this directory to your PATH variable - (with export=$PATH:/tools/bin) and make sure `elf2x` can - be called from any directory. + directory. Add this directory to your PATH variable by adding + `export=$PATH:/tools/bin` in your .bash_profile file. You'll + need to reload the MSys2 shell after making the changes. 8. Enter libpsn00b directory and run `make` to build all libpsn00b libraries. -9. Enter examples directory and run `make`, this also verifies if the SDK - has been set up correctly. Update directory paths in `sdk-common.mk` when - necessary. +6. Compile the example programs to test if the SDK is set up correctly. + Update directory paths in `sdk-common.mk` when necessary. If you prefer to do things in the Command Prompt, you can add the paths c:\msys64\usr\bin, c:\msys64\mingw64\bin (mingw32 for 32-bit), -- cgit v1.2.3