|
NAMEBuildProgram - compile, link with Gnuastro library and its dependencies, and run a C programSYNOPSISastbuildprog [OPTION...] C-source [ARGUMENTS TO RUN]DESCRIPTIONBuildProgram is part of GNU Astronomy Utilities 0.17. BuildProgram will compile and run a C program, while automatically linking with libraries that Gnuastro depends on. Hence you do not have to worry about explicitly linking with CFITSIO for example if you want to work on a FITS file, or with GSL if you want to use GNU Scientific Library's functions. The standard compiler options of '-I', '-L', and '-l' are also available for further customization of the build.For more information, please run any of the following commands. In particular the second contains a very comprehensive explanation of BuildProgram's invocation: expected input(s), output(s), and a full description of all the options.
If you couldn't find your answer in the manual, you can get direct help from experienced Gnuastro users and developers. For more information, please run:
BuildProgram options:
Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. GNU Astronomy Utilities home page: http://www.gnu.org/software/gnuastro/ REPORTING BUGSReport bugs to bug-gnuastro@gnu.org.COPYRIGHTCopyright © 2015-2022 Free Software Foundation, Inc. License GPLv3+: GNU General public license version 3 or later.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written/developed by Mohammad Akhlaghi SEE ALSOThe full documentation for BuildProgram is maintained as a Texinfo manual. If the info and BuildProgram programs are properly installed at your site, the command
should give you access to the complete manual.
Visit the GSP FreeBSD Man Page Interface. |