formatting
1 parent 92377cd commit 4a3d458151e369f89343266b4c5418fe834d6d48
@tundra tundra authored on 31 Dec 2017
Showing 1 changed file
View
4
README.md
We've just created a tarball that has all the tools we want precompiled
and ready for distribution. We just untar the full tools tarball onto
any other machine. The only restrictions are:
 
- We must un-tar *so that the tools directory ends up in the same
* We must un-tar *so that the tools directory ends up in the same
location in the filesystem as where it was built*. The binaries
we've just created make assumptions about where to find their
libraries and other dependencies. So, if we built the tools
under:
 
In this example, you could either symlink `tools` to that
directory or just rename the directory accordingly.
 
- The buil- and target machines must have reasonably close kernel
* The build- and target machines must have reasonably close kernel
versions. That's because the bootstrap phase makes use of
native OS header files that are kernel-dependent. If, say,
you try to build this on a CentOS 7 instance, but then attempt
to deploy to, CentOS 5, expect problems. *Always build your