Skip to content

Latest commit

 

History

History
59 lines (54 loc) · 2.82 KB

build_bootstrapper.md

File metadata and controls

59 lines (54 loc) · 2.82 KB

Camelbox Home Page :: Gtk2-Perl Links Page :: Camelbox Credits :: Camelbox Docs Home


What to install

  • There's a good list of tools to consider in the Camelbox Tools Installer NSI file
  • Unix Utilities for Windows; this package has a lot of the external utilities you will need when you run the CPAN shell or tools on Windows
  • MinGW
    • The MinGW software is now installed from a centralized installer, from which you can install extra packages if you wish (mostly compilers and make)
    • Camelbox only needs the "MinGW base tools" and "g++ compiler" packages
    • MinGW Installer downloads
    • Install to C:\camelbox\
  • dmake
    • downloadable from CPAN
    • Install to C:\camelbox\
    • The dmake.exe file and startup folder should be placed in the C:\camelbox\bin folder
    • Make sure the paths to gcc.exe, and dmake.exe (and it's subdirectories) are set in the system's environment
      • Windows 7:
        • Right click on Computer
        • Choose Properties
        • Click on Advanced System Settings
        • Click on the Advanced tab
        • Click the Environment Variables button
        • In the System variables box, scroll down until you get to the PATH environment variable, then double click to edit it, and add the path to gcc.exe and dmake.exe to the end of that line
          • Use semicolons to separate path components, and quote characters to quote any paths with space in them
    • LZMA and 7zip
    • wget & curl

Where to install

  • Utils
    • C:\utils or C:\apps
  • Build tools
    • C:\build

vim: set filetype=markdown shiftwidth=2 tabstop=2: