summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-09-01 19:48:30 +0000
committersr55 <[email protected]>2008-09-01 19:48:30 +0000
commitfd744170cb1da2675e1168402866f5c20f08a726 (patch)
treef9318143557b68d40ca48410f28ca440782cad59
parent0128462346bf6a6724d5a0102407164afdbfa4fa (diff)
Removed Cygwin info from BUILD file as it is no longer valid.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1661 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--BUILD26
1 files changed, 4 insertions, 22 deletions
diff --git a/BUILD b/BUILD
index c7401ffd2..edd841e66 100644
--- a/BUILD
+++ b/BUILD
@@ -14,17 +14,8 @@ Step 1: get needed tools
+ nasm (Only for x86. On Mac OS X Intel, Xcode 2.4.1 include it)
-Cygwin setup:
- There are a couple extra things required to make the code build for Cygwin.
- Make sure you have /bin and /usr/bin on your path *first*, before
- the Windows paths. Otherwise the Cygwin find.exe won't be used, and
- lame won't build.
- Also, I have not tried to build this with MinGW, I've only built it with
- the Cygwin environment, so you should build with Cygwin gcc and dev tools.
- Unfortunately this means you need to have cygwin1.dll around to run the
- HandbrakeCLI.exe program, but that's the way it is for now, until I get time
- to try building it with MinGW. If you want to try making it work with
- MinGW, then go for it!
+Cygwin:
+ See Trac > Windows Compile Guide
Step 2: configuration
==============
@@ -84,17 +75,8 @@ Step 1: get needed tools
http://finkcommander.sourceforge.net/ and install from the disk image. You can
install libtool, libtool-shlibs, autoconf and automake using FinkCommander.
-Cygwin setup:
- There are a couple extra things required to make the code build for Cygwin.
- Make sure you have /bin and /usr/bin on your path *first*, before
- the Windows paths. Otherwise the Cygwin find.exe won't be used, and
- lame won't build.
- Also, I have not tried to build this with MinGW, I've only built it with
- the Cygwin environment, so you should build with Cygwin gcc and dev tools.
- Unfortunately this means you need to have cygwin1.dll around to run the
- HandbrakeCLI.exe program, but that's the way it is for now, until I get time
- to try building it with MinGW. If you want to try making it work with
- MinGW, then go for it!
+Cygwin:
+ See Trac > Windows Compile Guide
Step 2: build
==============