Changeset 60

Show
Ignore:
Timestamp:
11/01/07 17:20:59 (2 years ago)
Author:
rcrowley
Message:

New shiny Makefile and associated changes to the README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/NOTES

    r30 r60  
    131131 
    132132 
    133 filename                ticket_id                                       photo_id                site order              proper order 
    134  
    135 IMG_1722.JPG    3609264-72157602195393043       1453335763              2                               1 
    136 api.jpg                 3609264-72157602195394259       1453336053              1                               2 
    137 beck.jpg                3609264-72157602195394999       1453336425              3                               3 
    138  
    139  
    140  
    141 API CALL: ({async:1, auth_token:"72157601434015522-c1b9da7a8b48ebe2", title:"", description:"", tags:"", is_public:0, is_friend:0, is_family:0, content_type:1, hidden:1, safety_level:1, photo:{filename:"IMG_1722.JPG", path:"/Users/rcrowley/Desktop/pictures/IMG_1722.JPG"}}) 
    142  
    143 API RESULT: <?xml version="1.0" encoding="utf-8" ?> 
    144 <rsp stat="fail"> 
    145         <err code="98" msg="Invalid auth token" /> 
    146 </rsp> 
    147  
    148  
    149  
    150 API CALL: ({async:1, auth_token:"72157601434015522-c1b9da7a8b48ebe2", title:"", description:"", tags:"", is_public:0, is_friend:0, is_family:0, content_type:1, hidden:1, safety_level:1, photo:{filename:"api.jpg", path:"/Users/rcrowley/Desktop/pictures/api.jpg"}}) 
    151  
    152 API RESULT: <?xml version="1.0" encoding="utf-8" ?> 
    153 <rsp stat="ok"> 
    154 <ticketid>3609264-72157602187992740</ticketid> 
    155 </rsp> 
    156  
    157  
    158  
     133Rough speed tests 2007-10-31 
     134        Thumbing 7 photos 
     135                Uploadr 2.3             Mac             3s 
     136                Uploadr 3.0             Mac             5s 
     137                Uploadr 2.3             PPC             7s 
     138                Uploadr 3.0             PPC             s 
     139                Uploadr 2.5             Win             7s 
     140                Uploadr 3.0             Win             13s 
  • trunk/uploadr/README

    r34 r60  
    8585include path. 
    8686 
     87For Windows, the magic.mgk and modules.mgk files must be in the root of 
     88the application (with application.ini). 
     89 
    8790Mac 
    8891--- 
     
    103106--disable-installed 
    104107make && sudo make install 
     108 
     109For Mac, the magic.mgk and modules.mgk files must be in 
     110Contents/lib/GraphicsMagick-<version>/config/.  This is taken care of 
     111by the build script, provided the version is defined properly there. 
    105112 
    106113Linux