Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: windows/INSTALL-Windows.txt

Issue 7109015: Update XZ Utils to 5.0.3 (in deps) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « version.sh ('k') | windows/README-Windows.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: windows/INSTALL-Windows.txt
===================================================================
--- windows/INSTALL-Windows.txt (revision 50504)
+++ windows/INSTALL-Windows.txt (working copy)
@@ -118,14 +118,23 @@
cd /c/devel
tar xzf xz-5.x.x.tar.gz
cd xz-5.x.x
- sh windows/build.sh
+ bash windows/build.bash
If you used some other directory than C:\devel\tools for the build
- tools, edit the variables near the beginning of build.sh first.
+ tools, edit the variables near the beginning of build.bash first.
If you want to build manually, read the buildit() function in
- build.sh. Look especially at the latter configure invocation.
+ build.bash. Look especially at the latter configure invocation.
Be patient. Running configure and other scripts used by the build
system is (very) slow under Windows.
+
+Using a snapshot from the Git repository
+
+ To use a snapshot, the build system files need to be generated with
+ autogen.sh or "autoreconf -fi" before trying to build using the
+ above build instructions. You can install the relevant extra packages
+ from MinGW or use Cygwin or use e.g. a GNU/Linux system to create a
+ source package with the required build system files.
+
« no previous file with comments | « version.sh ('k') | windows/README-Windows.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698