Changeset 84a3494 in rtems-source-builder
- Timestamp:
- 07/25/13 12:24:53 (9 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- ff0fc8e
- Parents:
- 9c150cf
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/source-builder.txt
r9c150cf r84a3494 15 15 ----------------------- 16 16 17 The RTEMS Source Builder is a tool to aid building packages from source . It is18 not a package manager. It helps consolidate the details you need to build a 19 package from source in a controlled and verifiable way. The tool is aimed at 20 developers of software who use tool sets for embedded type 21 development. Embedded development typically uses cross-compiling tool chains, 22 debuggers, and debugging aids. Together we call these a 'tool set'. The RTEMS 23 Source Builder is not limited to this role but designed to fit with-in this 24 specific niche. It can be used outside of the RTEMS project and we welcome this 25 happening in other open source or commercial projects.17 The RTEMS Source Builder is a tool to aid building packages from source used by 18 the RTEMS project. It helps consolidate the details you need to build a package 19 from source in a controlled and verifiable way. The tool is aimed at developers 20 of software who use tool sets for embedded type development and is not limited 21 to building just for RTEMS. Embedded development typically uses cross-compiling 22 tool chains, debuggers, and debugging aids. Together we call these a 'tool 23 set'. The RTEMS Source Builder is not limited to this role but designed to fit 24 with-in this specific niche. It can be used outside of the RTEMS project and we 25 welcome this happening in other open source or commercial projects. 26 26 27 27 The RTEMS Source Builder is typically used to build a set of tools or a 'build
Note: See TracChangeset
for help on using the changeset viewer.