Changes between Version 18 and Version 19 of Building_SHR_with_chroot
- Timestamp:
- 05/08/12 13:50:44 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building_SHR_with_chroot
v18 v19 6 6 This page describes how to set up the SHR build environment on a GNU/Linux system using the chroot method. This is the recommended route for beginners as it will minimize the influence of your host system, and as the majority of SHR users choose this method it is more thoroughly tested. 7 7 8 == First time setup of chroot system==8 == First time setup == 9 9 The purpose of this step is to download the files which will make up the chroot jail. Inside the jail will be everything that is required to build an image such as: compilers, interpreters, GNU Autotools, Coreutils, and version control tools like Git and SVN, as well as basic text editors such as Vi and Nano. The theory behind this is that it allows you to build an image using the same versions of these tools as is used by the SHR developers and therefore should produce the same results. 10 10
