Wiki page docs-efl-start changed with summary [typo] by chris

This commit is contained in:
apache 2015-04-07 22:41:45 -07:00
parent 94918c385b
commit a1ce355b8a
1 changed files with 5 additions and 5 deletions

View File

@ -37,9 +37,9 @@ will want basic build tools installed such as:
* gettext
* check
You will want to ensure the default prefix ''/usr/local'' is avilable
You will want to ensure the default prefix ''/usr/local'' is available
to build tools. If you know what you are doing, you can change the
prefix, but this heere shall assume you do not, and the above prefix
prefix, but this here shall assume you do not, and the above prefix
is used. These environment variables are used during build, so you may
want to make them more permanent.
@ -58,7 +58,7 @@ simply have a line in either file that says:
/usr/local/lib
</code>
And rememeber to run ''sudo ldconfig'' tool every time you install a
And remember to run ''sudo ldconfig'' tool every time you install a
library to ensure caches are updated.
For every library or application simply run the following:
@ -71,8 +71,8 @@ sudo make install
If configure fails, you are likely missing a dependency - provide it.
It should tell you what that dependency is. **NOTE** that you can
provide configure arguments to autoogen.sh such as ''--prefix=/opt/e''
or similar. It would be highly suugested you provide the following
provide configure arguments to autogen.sh such as ''--prefix=/opt/e''
or similar. It would be highly suggested you provide the following
dependencies before you begin compilation:
* libpam