Skip to content

Commit

Permalink
Added build instructions to dcraw README for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-Pardee committed Jan 30, 2012
1 parent 1f48cb0 commit abcee27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dcraw/Mac/README.markdown
Expand Up @@ -30,6 +30,10 @@ or just use the link above.


Developers: Developers:


The Mac version was compiled using the following command lines (some of the file names look to have been modified):
`gcc -m32 -o dcraw32 -O4 dcraw912-2.c -lm -g -DNODEPS -DLIGHTZONE`
`lipo -create dcraw32 dcraw9.12 -output dcraw-u`

New builds initially go into the 'Unstable' branch. New builds initially go into the 'Unstable' branch.
If no problems turn up after a reasonable amount of time, If no problems turn up after a reasonable amount of time,
they'll be merged into the 'master' branch. they'll be merged into the 'master' branch.
Expand Down

0 comments on commit abcee27

Please sign in to comment.