summaryrefslogtreecommitdiffstats
path: root/doc/BUILD-Linux
Commit message (Collapse)AuthorAgeFilesLines
* doc: fix duplicate libdvdread entry in lib list.jstebbins2014-04-141-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6164 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update dependencies in docsjstebbins2014-03-021-8/+9
| | | | | | indicate ubutnu 14.04 and gtk 3.10 are required to build the gtk UI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6093 b64f7644-9d1e-0410-96f1-a4d463321fa5
* doc: fix svn build number in documentationjstebbins2014-02-071-3/+3
| | | | | | | Note to self, always "configure" before "make doc" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6018 b64f7644-9d1e-0410-96f1-a4d463321fa5
* doc: fix LinGui libwebkitgtk ubuntu dependency namejstebbins2014-02-071-255/+165
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6017 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update linux build instructionsjstebbins2014-01-161-20/+19
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5979 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updating generated docssr552013-01-271-10/+10
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5212 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: use more system libsjstebbins2012-10-051-10/+45
| | | | | | | | | | | | | | use system libs for fontconfig, freetype, libxml2, libass, libogg, libvorbis, libtheora, and libsamplerate update build dependencies for ubuntu packages update documentation to reflect new build dependencies fix a problem with hb.h conflict with harfbuzz/hb.h git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5001 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: Mac OS X - transition to Xcode4konablend2012-01-041-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | - transition from Xcode3 to Xcode4 - overhaul HandBrake.xcodeproj file - simplify down to 2 configurations: debug, release - add xcconfig for useful variants: osx106.i386, osx106.x86_64, osx107.i386, osx107.x86_64 - add configure --xcode-config as preferred method to choose OSX minimum version and SDK - overhaul Info.plist generation to use m4 instead of cpp - remove use of direct static libraries on command line - Xcode4 now enables -search_paths_first by default - reference external build static libraries project file - greatly simplifying project file maintenance - update universal build targets to use --xcode-config - update ffmpeg hack to build on i386 in both debug and optimized modes - update ffmpeg build to show compile verbosity - enable local yasm when yasm probe fails - remove unused GCC.ldsysroot - remove unused GCC.ldminver - enhance xcodemake to use --sysroot, --minver - update/regenerate docs accordingly - add support for configure-time repo probe when svn repo is incompatible format to Xcode via .svn/HANDBRAKE_REPO_PROBE - replaced make/test/build.matrix.darwin with make/test/build.matrix git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4395 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update linux build documentationjstebbins2011-10-221-23/+18
| | | | | | | Add fribidi to build dependencies git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4307 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix linux documentation typo that causes command failurejstebbins2010-09-281-4/+4
| | | | | | | when cutting/pasting command from doc. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3556 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: drop dependency on hal, use udev insteadjstebbins2010-04-271-15/+9
| | | | | | | | this means support for older linux versions is being dropped. ubuntu 9.10 and above and fedora 12 and above are known to work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3270 b64f7644-9d1e-0410-96f1-a4d463321fa5
* documentation: Update linux distributions supported and dependenciesjstebbins2009-12-111-10/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3026 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Linux Doc: mark CLI dependencies betterjstebbins2009-07-131-13/+19
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2691 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: regenerated build docs.konablend2009-06-211-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2592 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update build documentation jstebbins2009-06-171-9/+9
| | | | | | | to reflect the change from gtkhtml to webkitgtk. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2554 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - removed xvidcore from build docs and regenerated txt versions.konablend2009-05-261-8/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2451 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: docskonablend2009-05-131-3/+29
| | | | | | | | - added blurb about troubleshooting and log files. - regenerated doc/ txt files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2414 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: docs (OSX)konablend2009-04-131-18/+24
| | | | | | | | - updated Xcode.app build instructions to make sure custom shell environment/PATH propagates to Xcode. - various spelling corrections. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2324 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: docs; new location for generated docs which we can point users tokonablend2009-03-101-0/+510
- doc/BUILD-Mac - doc/BUILD-Linux - doc/BUILD-Cygwin BuildSystem: doc cleanup - dropped wiki autogen stuff; not compatible with project goals. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2253 b64f7644-9d1e-0410-96f1-a4d463321fa5