/[svn]/linuxsampler/trunk/osx/README.osx
ViewVC logotype

Diff of /linuxsampler/trunk/osx/README.osx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1190 by schoenebeck, Sun May 6 16:38:35 2007 UTC revision 1191 by schoenebeck, Wed May 16 20:44:53 2007 UTC
# Line 44  Layout of the Directories Line 44  Layout of the Directories
44  Universal Binaries  Universal Binaries
45  ------------------  ------------------
46    
47    Universal Binaries are not automatically created by the XCode project.    You can create the Universal Binaries by selecting "Deployment_UB" build
48    However, it is easy to create them by hands as follows:    style and build. The binaries for i386 and ppc architectures are built
49        separately and then automatically combined. The Universal version of
50    $ cd $LS   # Move to the linuxsampler directory    linuxsampler is found in $LS/../temp_build/Deployment_UB/local/bin.
51    $ mkdir -p ../temp_build/UB/bin  
52    $ cd ../temp_build/Deployment_ppc    You do not need to have the Universal version of libgig, but you _do_
53    $ i=bin/linuxsampler    need to build libgig both for i386 and ppc architectures.
   $ lipo -create $i ../Deployment_i386/$i -output ../UB/$i  
54    
55  Additional Information  Additional Information
56  ----------------------  ----------------------
# Line 60  Additional Information Line 59  Additional Information
59    setting relevant environmental variables. If you are interested    setting relevant environmental variables. If you are interested
60    (or feel suspicious), please examine autoconf_builder.sh.    (or feel suspicious), please examine autoconf_builder.sh.
61    
62  6 May 2007  6 May 2007: First written by Toshi Nagata
63  Written by Toshi Nagata  9 May 2007: Updated to account for the Deployment_UB target
64    

Legend:
Removed from v.1190  
changed lines
  Added in v.1191

  ViewVC Help
Powered by ViewVC