Changeset ea123ca in rtems
- Timestamp:
- 04/23/13 13:17:35 (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 45c9b7d4
- Parents:
- 0ced77e9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r0ced77e9 rea123ca 1 1 Building RTEMS 2 2 ============== 3 See the file README.configure.3 See the documentation referred to in the README. 4 4 5 6 UNCOMPRESSING .tgz FILES7 ===========================8 Many of the files found in this directory and its subdirectories9 are gzip'ed, tar archive files. These files have the ".tgz"10 extension. They were compressed with gzip version 1.2.4.11 12 Use a command sequence similar to the following to uncompress each13 file:14 15 gzcat FILE.tgz | tar xvof -16 17 where FILE.tgz is the file to be installed. This procedure will18 extract the files in the archive into the current directory.19 All of the .tgz files associated with this release RTEMS will20 place their contents in a subdirectory rtems-<release> in the current21 directory.22 23 If you are unsure of what is in an RTEMS archive file, then use24 the following command sequence to get a listing of the contents:25 26 gzcat FILE.tgz | tar tvf -27 28 NOTES:29 30 (1) The "-o" option to tar is included on the tar command line31 so that the user extracting the tar archive will own the extracted32 files.33 34 (2) gzcat is sometimes installed as zcat. Be warned that on many35 (most) UNIX machines, zcat is associated with compress (.Z files).36 37 (3) If you do not have gzip 1.2.4, it is available from numerous sites38 including this one. Other sites include ftp.gnu.org and ftp.cdrom.com.39 40 (4) The GNU archive files included in this distribution are packaged41 exactly like they are on official GNU ftp sites. When extracting42 GNU archives, they will not extract under a rtems-<version>43 directory. They will extract themselves under a directory which44 is the name and version of the tool in question. For example,45 gcc-2.5.8.tgz will extract its contents into the subdirectory46 gcc-2.5.8.47 -
README
r0ced77e9 rea123ca 1 This is the Real-Time Executive for Multiprocessing Systems (RTEMS). 2 The version number for this software is indicated in the VERSION file. 3 1 4 See the documentation manuals in doc/ with daily builds available online at 2 5 http://rtems.org/onlinedocs/doc-current/share/rtems/html/ and released builds 3 at http://www.rtems.org/onlinedocs/releases/ 6 at http://www.rtems.org/onlinedocs/releases/ for information on building, 7 installing, and using RTEMS. The INSTALL file tells you to come back here. 4 8 5 9 See the RTEMS Wiki at http://wiki.rtems.org/wiki/index.php/Main_Page … … 14 18 rtems-devel ml: http://www.rtems.org/mailman/listinfo/rtems-devel 15 19 20 See http://www.rtems.org/bugzilla/ to report a bug. 21
Note: See TracChangeset
for help on using the changeset viewer.