CHDK Wiki
Line 53: Line 53:
 
|}
 
|}
   
* CHDK-Shell [http://www.box.net/shared/kuhv9vciml <u>'''Version 3.11'''</u>] ''(released: 2011-04-08)'' {{New!}}
+
* CHDK-Shell [http://www.box.net/shared/384pa13px6 <u>'''Version 3.12'''</u>] ''(released: 2011-04-09)'' {{New!}}
  +
::'''added''': Improved error checking to prevent crashing if philmoz' camera.h patch (see: http://chdk.setepontos.com/index.php?topic=6267.0) gets implemented before CHDK-Shell's parsing code is updated.
::'''changed''': Management of optional components (in 'Compile Options ..') Following a suggestion by '''philmoz''' (thanks!) the 'native' method to manage non-default options is now used: 'localbuildconf.inc' replaces the old mechanism with 'buildconf.inc' and 'conditional.txt'. Conversion is automatic, and previously defined non-default settings are detected and kept.
 
 
::'''Security''': Clean according to Jotti. Checksums (FileAlyzer) are:
 
::'''Security''': Clean according to Jotti. Checksums (FileAlyzer) are:
  +
'''CHDK-Shell-v312-sfx.exe'''
  +
CRC-32: 4EAE060D
  +
MD5: 2B5AF77B05C481AD1058E0D546A0F80E
  +
SHA1: C5B5BE9A9B1B219A6465F81C687405DCF5DAE90D
  +
'''CHDK-Shell_Updater.7z'''
  +
CRC-32: 75C125DD
  +
MD5: 8E8A6F04C7B3F6713D263CE0EB2A7667
  +
SHA1: F75E2F64EB0B14E302DB183A7FBCA3208EFB325F
  +
  +
* CHDK-Shell Version 3.11 (released: 2011-04-08)
 
::<small>'''changed''': Management of optional components (in 'Compile Options ..') Following a suggestion by '''philmoz''' (thanks!) the 'native' method to manage non-default options is now used: 'localbuildconf.inc' replaces the old mechanism with 'buildconf.inc' and 'conditional.txt'. Conversion is automatic, and previously defined non-default settings are detected and kept.
  +
::'''Security''': Clean according to Jotti. Checksums (FileAlyzer) are: </small>
 
'''CHDK-Shell-v311-sfx.exe'''
 
'''CHDK-Shell-v311-sfx.exe'''
 
CRC-32: 8BA7C073
 
CRC-32: 8BA7C073
 
MD5: DD7EB4CF616FDD97AD69A789BF16BEC4
 
MD5: DD7EB4CF616FDD97AD69A789BF16BEC4
 
SHA1: 43CEDC98B56BD5BB252B77743D6C03E7316BAD81
 
SHA1: 43CEDC98B56BD5BB252B77743D6C03E7316BAD81
'''CHDK-Shell-v310-sfx.exe'''
+
'''CHDK-Shell_Updater.7z'''
 
CRC-32: 01155DD2
 
CRC-32: 01155DD2
 
MD5: 04C25B8698A9F42557074EB05AE45BAC
 
MD5: 04C25B8698A9F42557074EB05AE45BAC

Revision as of 10:52, 9 April 2011

Chdk shell gui

CHDK-Shell for Windows

CHDK-Shell-CompileOptions

Dialog: Compile Options

CHDK-Shell-GUI-Config-Dialog

Dialog: GUI Config

CHDK-Shell-GUI-ConfigPanel

Dialog: GUI Config Camera Panel

CHDK-Shell-AfterCheck-Dialog

Dialog: After Checking

CHDK-Shell is a nice GUI for developers to easily download, compile and manage the CHDK sources on a Windows platform.

The CHDK-Shell is written with AutoIt scripting language (easy to customise, the source code is included) by whim from the CHDK forum.


Getting Started

  • Download the FULL package (file CHDK-Shell-{version}-FULL-SFX.exe, approx. 17 Mb), it includes appropriate GCC compiler versions & all required files
  • Extract to an empty directory without spaces in name (example: D:\CHDK) - the installer will create one for you if you type a non-existing folder name;
  • When done, open the folder and start CHDK-Shell-{version}.exe
  • To install an update version, just choose your existing folder (that would be D:\CHDK in case of the example above) and allow the updater to overwrite files

Supported OS

  • Windows 2000 (tested)
  • Windows XP (tested)
  • Windows 2003 (tested, thanks hotvedt !)
  • Windows Vista (tested, thanks nmcconnell !)
  • Windows 2008 (needs testing, anyone ?)
  • Windows 7 (tested, thanks Darkness !)

please post feedback (questions, bug reports, suggestions) in the CHDK-Shell thread or this thread on the German Forum --- Note that posting on either forum requires registering.

Features

  • downloads gcc compiler / complete CHDK building environment, tools and current CHDK source (trunk or branches)
  • compiles CHDK for selected or all camera's with access to many compile time options
  • user configurable, flexible CHDK source updating with optional auto-compilation
  • includes CardTricks to install and manage CHDK on your SD-Cards
  • does not permanently change your enviroment, no conflicts with other compilers already installed on your machine
  • option to check/download/install program updates
  • clones & manages multiple build trees, creates Diff, and applies Patch files
  • switchable gcc 3.4 / 4.x support
  • Windows Vista / Windows 2008 / Windows 7 support (thanks to nmcconnell for the golden tip !)
  • switchable support for the german chdkde source tree New !
  • ...and much more helpful tools & features for the CHDK development

Download

Notice   CHDK-Shell dowload site
thanks to fe50, alternative downloads in "Development" here
Saveas64   Note:
  • For a first install, use the version marked '(full)' (~ 19 MB)
  • Versions not marked 'full' are updates (no GCC compilers, ~ 1.2 MB)
  • Packaged as 7-zip self extracters, unpack to a path without spaces
added: Improved error checking to prevent crashing if philmoz' camera.h patch (see: http://chdk.setepontos.com/index.php?topic=6267.0) gets implemented before CHDK-Shell's parsing code is updated.
Security: Clean according to Jotti. Checksums (FileAlyzer) are:
    CHDK-Shell-v312-sfx.exe
    CRC-32:   4EAE060D
    MD5:      2B5AF77B05C481AD1058E0D546A0F80E
    SHA1:     C5B5BE9A9B1B219A6465F81C687405DCF5DAE90D
    CHDK-Shell_Updater.7z
    CRC-32:   75C125DD
    MD5:      8E8A6F04C7B3F6713D263CE0EB2A7667
    SHA1:     F75E2F64EB0B14E302DB183A7FBCA3208EFB325F
  • CHDK-Shell Version 3.11 (released: 2011-04-08)
changed: Management of optional components (in 'Compile Options ..') Following a suggestion by philmoz (thanks!) the 'native' method to manage non-default options is now used: 'localbuildconf.inc' replaces the old mechanism with 'buildconf.inc' and 'conditional.txt'. Conversion is automatic, and previously defined non-default settings are detected and kept.
Security: Clean according to Jotti. Checksums (FileAlyzer) are:
    CHDK-Shell-v311-sfx.exe
    CRC-32:   8BA7C073
    MD5:      DD7EB4CF616FDD97AD69A789BF16BEC4
    SHA1:     43CEDC98B56BD5BB252B77743D6C03E7316BAD81
    CHDK-Shell_Updater.7z
    CRC-32:   01155DD2
    MD5:      04C25B8698A9F42557074EB05AE45BAC
    SHA1:     D253068F7182566728685618BAC360841FB2752E
  • CHDK-Shell Version 3.10 (released: 2011-04-06)
  • CHDK-Shell Full Version 3.10 (released: 2011-04-06) New !
fixed: Formatting and comments in 'buildconf.inc' options were messed up after changing compile options; apart from added/removed '#' it should now be identical to 'buildconf.inc.org'
fixed: On changing settings in GUI -> CamPanel, new settings were not properly applied until the next GUI refresh.
changed: Camera panel tooltips are now always enabled (do not react to unchecking 'Tooltips')
Security: Clean according to VirusTotal. Checksums (FileAlyzer) are:
    CHDK-Shell-v310-full-sfx.exe
    CRC-32:   0522B6C6
    MD5:      D2656061D0FFC63F08011E5D0DCE89CD
    SHA1:     51BB5A82B8089335AF30F4C2B19DBFE337D1A171
    CHDK-Shell-v310-sfx.exe
    CRC-32:   9E19B143
    MD5:      74F8C4142A15305CF953C2C6E3AF71C0
    SHA1:     FE6A12A3D0F873D6ECB41A1651222140D48E85B1
    CHDK-Shell_Updater.7z
    CRC-32:   BC546B59
    MD5:      442B07B41858D53C17837D8239F94A60
    SHA1:     854D3843C07E1A62FD90A2649E8B6F10C66B8D49

Archive (changelog)

Please refer to the 'readme.txt' file included with every version for the changelog

Links