diff --git a/pages/docs-efl-start.txt b/pages/docs-efl-start.txt index d1b1076a9..ecde62c60 100644 --- a/pages/docs-efl-start.txt +++ b/pages/docs-efl-start.txt @@ -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 -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