apache pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=a1ce355b8a728699e2be8153c0de1c3aede7151a
commit a1ce355b8a728699e2be8153c0de1c3aede7151a Author: apache <apa...@e5-web1.enlightenment.org> Date: Tue Apr 7 22:41:45 2015 -0700 Wiki page docs-efl-start changed with summary [typo] by chris --- pages/docs-efl-start.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/docs-efl-start.txt b/pages/docs-efl-start.txt index d1b1076..ecde62c 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 </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 --