Skip to content

Commit

Permalink
updated INSTALL document for new build process
Browse files Browse the repository at this point in the history
  • Loading branch information
msmith626 committed Oct 16, 2017
1 parent 7a6e630 commit bae8300
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions INSTALL
Expand Up @@ -15,10 +15,15 @@ build instructions: http://www.esos-project.com/
If this source is coming from GitHub then you will need to generate the
configure script, otherwise if this is a release, it should already be present.

The following should work in most cases:
The following should work in most cases (adjust -jN flag to your liking):
autoconf
./configure
make
sudo make symlink
make -j5 > /tmp/bootstrap.out 2>&1
sudo make pre_chroot
sudo ./chroot_build.sh -j5 > /tmp/chroot.out 2>&1
sudo make post_chroot
sudo rm /tools
sudo make image

If you would like to create a distribution tarball package:
Expand Down

0 comments on commit bae8300

Please sign in to comment.