forked from ps3dev/PSL1GHT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsl1ght.h
More file actions
37 lines (23 loc) · 677 Bytes
/
psl1ght.h
File metadata and controls
37 lines (23 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*! \file psl1ght.h
\brief dummy header file for the doxygen documentation.
\mainpage psl1ght Documentation
\author the psl1ght team
\section Main topics
- The \ref page_install "Installation page".
- The \ref spu_man.
- The \ref rsxqk.
\section Links
- <a href="https://github.com/ps3dev/PSL1GHT">psl1ght repository</a>.
*/
/*! \page page_install Installation
Set your environment variables this way:
\code
export PSL1GHT=/some/where
\endcode
First, install <a href="https://github.com/ps3dev/ps3toolchain">ps3toolchain</a>.
Then from the main psl1ght directory, type
\code
make install
\endcode
You can build each sample just issuing a \c make command.
*/