X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=BUILD;h=edd841e664bdc568744b505b0061ce81cccfd598;hb=533776bbad20db93fe964bc69975f108b2a30888;hp=c7401ffd28d7e7a8088cbebeac048d2a39d905b6;hpb=9a12fb934965389015045f39929562b9c34bd229;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/BUILD b/BUILD index c7401ffd..edd841e6 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 ==============