Changeset 67

Show
Ignore:
Timestamp:
05/02/06 16:05:53 (3 years ago)
Author:
jps
Message:

Makefiles to build SCA-Light

Location:
trunk
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/howto

    r66 r67  
    5858The resulting file sca-X.X.dmg can be distributed.       
    5959 
     60Building the Universal Light package 
     61------------------------------------ 
     62- You need first create the i386 part on a MacIntel system. 
     63        The MacIntel need to have the Developer Xcode installed which is available 
     64        on the Installation DVD. 
     65        Transfer the Makefile_light_i386 and openssl097i-i386.diff 
     66        and then do: 
     67        make -f Makefile_light_i386 all ; make -f Makefile_light_i386 transfer 
     68        The compiled-i386.tgz obtained need to be transfered back to your your PPC system, 
     69        in Documents/opensc. 
     70        There do tar xzf compiled-i386.tgz 
     71         
     72- Check out the sca project to your Documents folder 
     73  svn co http://www.opensc-project.org/svn/sca/trunk opensc 
     74 
     75In the newly created directory "opensc": 
     76!Edit the makefile! 
     77!Edit xxxx-pack/Info.plist for version number! 
     78 
     79        make -f Makefile_light fetch 
     80        make -f Makefile_light build 
     81        make -f Makefile_light lipo 
     82        sudo  make -f Makefile_light install 
     83        make -f Makefile_light package 
     84         
     85The resulting file sca_light-X.X.dmg and sca_reader-X.X.dmg can be distributed.  
     86 
    6087 
    6188Before building the file for distribution, check: