/usr/share/help/th/anjuta-manual/autotools-build-configure.page is in anjuta-common 2:3.10.2-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="autotools-build-configure" xml:lang="th">
<info xmlns:facet="http://projectmallard.org/facet/1.0/">
<facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
<link type="guide" xref="index#anjuta-build" group="first"/>
<link type="seealso" xref="autotools-project-backend"/>
<link type="seealso" xref="autotools-build-plugin"/>
<revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
<desc>
Configure an autotools project and manage configurations.
</desc>
<credit type="author">
<name>Sébastien Granjoux</name>
<email>seb.sfo@free.fr</email>
</credit>
</info>
<title>ตั้งค่าโครงการ</title>
<p>
Before compiling and building files, an autotools project has to be
configured. This step is needed to set global options, to check that
all required libraries and programs are installed on your system and
to generate appropriate build scripts.
</p>
<section>
<title>Configure the project</title>
<steps>
<item>
<p>
From the <gui>main menu</gui>, select <guiseq><gui>Build</gui>
<gui>Configure Project...</gui></guiseq>.
</p>
</item>
<item>
<p>
Keep the default configuration, select a new configuration or create
a new one. You can inspect and modify all configuration options.
See <link xref="autotools-build-configure-dialog"/> for more information.
</p>
</item>
<item>
<p>
Click on <gui>Execute</gui> to configure the project.
</p>
</item>
</steps>
<p>
The configuration could fail if some libraries or programs are not installed
or do not have the right version. The error message tell you what is missing.
</p>
</section>
<section>
<title>Change the configuration</title>
<steps>
<item>
<p>
From the <gui>main menu</gui>, select <guiseq><gui>Build</gui>
<gui>Select Configuration</gui><gui>Another configuration</gui></guiseq>.
</p>
</item>
</steps>
<p>
If the project has not been already configured, it will be automatically
configured before building any file.
</p>
</section>
<section>
<title>Remove configuration</title>
<p>
It is a like cleaning the project but it removes even more files. You
need to re-configure your project to build it afterward.
</p>
<steps>
<item>
<p>
From the <gui>main menu</gui>, select <guiseq><gui>Build</gui>
<gui>Remove Configuration</gui></guiseq>.
</p>
</item>
</steps>
</section>
</page>
|