Move efl build snippets to /incl and fix links

This commit is contained in:
Andy Williams 2017-10-25 21:04:22 +01:00
parent 6a11f6e388
commit 1c2551455c
7 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ To start Enlightenment, see the run-time requirements below.
==== Install from the sources ====
In this part, the installation for Debian is done from sources like in the [[/docs-efl-start|Get EFL installed]] tutorial.
In this part, the installation for Debian is done from sources like in the [[/docs/distros/|Get EFL installed]] tutorial.
The following part provides a script and shows how to install Enlightenment and Terminology with their dependencies on Debian. The script below can be easily adapted for Elementary.

View File

@ -11,7 +11,7 @@ Our source code is developed collaboratively in a pretty typical open source man
Before you start you will want basic build tools installed such as:
{{page>docs-efl-deps-git}}
{{page>incl:efl-deps-git}}
==== Get The Source ====
@ -31,17 +31,17 @@ git clone https://git.enlightenment.org/apps/rage.git
==== Dependencies ====
{{page>docs-efl-deps-src}}
{{page>incl:efl-deps-src}}
==== Build Environment ====
{{page>docs-efl-buildenv}}
{{page>incl:efl-buildenv}}
==== Build Order ====
For libraries (build these before applications), build them in order:
{{page>docs-efl-buildorder}}
{{page>incl:efl-buildorder}}
==== Compilation ====
@ -82,4 +82,4 @@ instead of
git clone https://
</code>
~~DISCUSSIONS~~
~~DISCUSSIONS~~

View File

@ -18,15 +18,15 @@ We provide original source code "tarballs" as the canonical release of what we m
When compiling from source, build in this order:
{{page>docs-efl-buildorder}}
{{page>incl:efl-buildorder}}
==== Dependencies ====
{{page>docs-efl-deps-src}}
{{page>incl:efl-deps-src}}
==== Build Environment ====
{{page>docs-efl-buildenv}}
{{page>incl:efl-buildenv}}
==== Compilation ====