Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / rst / INSTALL
CommitLineData
920dae64
AT
1This file: rst/INSTALL
2
3To build and install the rst package, run "make install" at the
4top-level directory. This will build everything, create an installable
5package, and run tests.
6
7It is a good idea to run "make clean" before "make install" when
8source files have been changed.
9
10Running "make installdbg" instead of "make install" produces debug
11versions of the rst tools.
12
13We recommend running "make" only at the top level, unless you really
14know what you are doing...