Lines Matching +full:build +full:- +full:release
7 libxo now ships as part of the FreeBSD Operating System (as of Release
14 The latest release of libxo is available at:
21 we do development under the "*develop*" branch, and release from
25 git clone https://github.com/Juniper/libxo.git -b develop
29 http://nvie.com/posts/a-successful-git-branching-model
35 -----------------------------
39 A. Use a "distfile" for a specific release. We use github to maintain
40 our releases. Visit the `release page`_ to see the list of
41 releases. To download the latest, look for the release witeh the
42 green "Latest release" button and the green "libxo-RELEASE.tar.gz"
47 After downloading that release's distfile, untar it as follows::
49 tar -zxf libxo-RELEASE.tar.gz
50 cd libxo-RELEASE
54 Note: for Solaris users, your "`tar`" command lacks the "-z" flag,
55 so you'll need to substitute "`gzip -dc $file | tar xf -`" instead
56 of "`tar -zxf $file`".
58 B. Use the current build from github. This gives you the most recent
59 source code, which might be less stable than a specific release. To
60 build libxo from the git repo::
69 Since these files (depcomp, configure, missing, install-sh, etc) are
72 This means that if you download the a release distfile, these files
81 --------------
83 To build libxo, you'll need to set up the build, run the "*configure*"
90 cd build
100 Setting up the build
107 Run the "*setup.sh*" script to set up the build. This script runs the
121 environment. Use "`configure --help`" to view these options.
123 We use the "*build*" directory to keep object files and generated files
126 To run the configure script, change into the "*build*" directory, and
130 cd build
139 By default, libxo installs architecture-independent files, including
142 include the --prefix=prefix option and specify an alternate
144 user-defined location, include the "*--with-extensions-dir=dir*" option
147 cd build
153 Once the "*configure*" script is run, build the images using the
181 Verify the installation by viewing the output of "`xo --version`"::
183 % xo --version
184 libxo version 0.3.5-git-develop
185 xo version 0.3.5-git-develop