diff options
Diffstat (limited to 'debian/_buildscripts/local/README.txt')
-rw-r--r-- | debian/_buildscripts/local/README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt index d4434444b..f2eb1a2b2 100644 --- a/debian/_buildscripts/local/README.txt +++ b/debian/_buildscripts/local/README.txt @@ -56,9 +56,9 @@ A) Environment preparation to the respectivily named folders. 7) Create pbuilder base package with the command: - sudo pbuilder --create + sudo pbuilder create If you wish to build for a different distro or architecture, use the command: - sudo DIST=<target distro> ARCH=<target architecture> pbuilder --create + sudo DISTRIBUTION=<target distro> ARCHITECTURE=<target architecture> pbuilder create 8) Setup the build scripts locally: - copy build scripts from "TDE_DIR/1_git/tde-packaging/debian/_buildscripts/local" to "TDE_DIR/buildscripts" @@ -68,7 +68,8 @@ A) Environment preparation - edit "_config.sh" to set your preferences and check that the various folder names match the structure on your disk. Make sure to set the following variables: * TDE_DIR to the correct path. - * DISTRO, DISTRO_NAME and ARCHITECTURE to match the distro and architecture you want to build for. + * DISTRO, DISTRO_NAME and ARCHITECTURE to match the distro and architecture you want to build for if different + from your current setup. Otherwise the variables can be left empty and auto detection will be performed. * UPDATE_BRANCHES to the branches you want to keep updated from the main repositories. * DEFAULT_REPO_BRANCH to the branch to check out at the end of the repositories update process. |