[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Cygwin installation
From: |
Greg Chicares |
Subject: |
Re: [lmi] Cygwin installation |
Date: |
Wed, 05 Dec 2007 01:19:01 +0000 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
On 2007-12-04 21:37Z, Greg Chicares wrote:
>
> [In case you're not familiar with the 'heredoc' syntax: copying
> and pasting this into a shell overwrites your 'zsh' startup file.]
Here's a command that instead creates a 'configurable_settings.xml'
suitable for lmi on msw (*nix purists can place it in '/etc' if
they like, of course). I'd tried sending this in personal email to
someone whose web-based email apparently mangles it. To prove that
this works, I cut and pasted the command from the preceding message
in this thread
http://lists.nongnu.org/archive/html/lmi/2007-12/msg00000.html
from 'firefox' into Cygwin 'bash', and verified that the file it
produced perfectly matched my (preserved) local copy.
cat >/opt/lmi/data/configurable_settings.xml <<EOF
<?xml version="1.0"?>
<configurable_settings>
<calculation_summary_columns/>
<cgi_bin_log_filename>cgi_bin.log</cgi_bin_log_filename>
<custom_input_filename>sample.ini</custom_input_filename>
<custom_output_filename>sample.out</custom_output_filename>
<default_input_filename>/etc/opt/lmi/default.ill</default_input_filename>
<libraries_to_preload/>
<offer_hobsons_choice>0</offer_hobsons_choice>
<print_directory>/var/opt/lmi/spool</print_directory>
<skin_filename>xml_notebook.xrc</skin_filename>
<spreadsheet_file_extension>.dif</spreadsheet_file_extension>
<use_builtin_calculation_summary>1</use_builtin_calculation_summary>
<xsl_fo_command>CMD /c /fop-0.20.5/fop</xsl_fo_command>
</configurable_settings>
EOF