Skip to content

Instantly share code, notes, and snippets.

@sween
Created June 28, 2009 14:27
Show Gist options
  • Save sween/137279 to your computer and use it in GitHub Desktop.
Save sween/137279 to your computer and use it in GitHub Desktop.
# build command for dcmtk on Mac OSX
env ARCH='-arch ppc -arch i386 -arch ppc64 -arch x86_64' CFLAGS='-D_DARWIN_C_SOURCE -arch ppc -arch i386 -arch ppc64 -arch x86_64' CXXFLAGS='-D_DARWIN_C_SOURCE -arch ppc -arch i386 -arch ppc64 -arch x86_64' ./configure --prefix=$HOME/dicom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment