How to read the manual?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
peterstroeiman
Posts: 11
Joined: Fri Sep 16, 2005 3:18 am
Contact:

How to read the manual?

Post by peterstroeiman »

Hi.

I have installed the PSP toolchain on my windows machine.
I can see that in the directory C:\cygwin\usr\local\pspdev\man\man1 there's a lot of file with text and some markup in a format I'm not familiar with.

What tool can I use to view those files?
jsharrad
Posts: 100
Joined: Thu Oct 20, 2005 3:06 am

Post by jsharrad »

use the program "man" to read those.. like if you wanted info on make..

Code: Select all

$ man make
scroll up/down with cursors and press Q to exit.
peterstroeiman
Posts: 11
Joined: Fri Sep 16, 2005 3:18 am
Contact:

Post by peterstroeiman »

Nice. But I can only find info on the tools then. Is there any documentation for the SDK itself?
Ryu
Posts: 19
Joined: Mon Oct 17, 2005 8:36 pm

Post by Ryu »

peterstroeiman wrote:Nice. But I can only find info on the tools then. Is there any documentation for the SDK itself?
try this, this is the same as reading the include files though
http://psp.jim.sh/pspsdk-doc/modules.html
Post Reply