Query: make_my_chamo
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAKE_MY_CHAMO(1) [FIXME: manual] MAKE_MY_CHAMO(1)NAMEmake_my_chamo - Building custom chamo executable.SYNOPSISmake_my_chamo [ocamlopt option...]DESCRIPTIONThis manual page documents briefly the make_my_chamo command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. The native version of Chamo can not interpret OCaml code to modify its behaviour. However, it is possible to create your own native version of Chamo including personal modifications. This is the purpose of the tool make_my_chamo. This script allows to compile a Chamo including additional modules to extend and customize Chamo's behaviour while keeping the advantages of the native code. The script launches a compilation command using the OCaml compiler generating native code (ocamlopt). All options of this compiler can be used in the parameters of make_my_chamo. See ocamlopt manpages for a complete list of options.EXAMPLEFor example, the following command creates a native code executable ~/bin/mychamo.x which includes the default configuration module ~/.cameleon2/chamo.init.ml: make_my_chamo -o ~/mychamo.x ~/.cameleon2/chamo.init.mlLICENSEThis manual page was written by Sylvain Le Gall gildor@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage.SEE ALSOocamlopt (1)AUTHORSylvain Le Gall <gildor@debian.org> Author.COPYRIGHTCopyright (C) 2005, 2006 Sylvain Le Gall [FIXME: source] Nov 12, 2006 MAKE_MY_CHAMO(1)
Related Man Pages |
---|
cam-mktop2(1) - debian |
camlidl(1) - debian |
camomilelocaledef(1) - debian |
make_my_chamo(1) - debian |
mldonkey_options(1) - debian |
Similar Topics in the Unix Linux Community |
---|
Trying to native compile Debian Dialog |