diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-01-05 08:08:55 -0800 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-01-05 08:08:55 -0800 |
commit | 100ff8b5ea8f60092906efdb3c319abe688ea925 (patch) | |
tree | e1bc5324df39f4856c54f294ccbf4eadcdb502cf /pages/docs/distros/archlinux-start.md.txt | |
parent | 98a78edea12c9b2816cc23ab6241e700ad9eefc0 (diff) |
Wiki page archlinux-start.md changed with summary [Formatting] by Xavi Artigas
Diffstat (limited to '')
-rw-r--r-- | pages/docs/distros/archlinux-start.md.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pages/docs/distros/archlinux-start.md.txt b/pages/docs/distros/archlinux-start.md.txt index 1d16edae3..e41b6affe 100644 --- a/pages/docs/distros/archlinux-start.md.txt +++ b/pages/docs/distros/archlinux-start.md.txt | |||
@@ -33,7 +33,7 @@ The version in Arch's official repositories may lag behind the latest version of | |||
33 | 33 | ||
34 | ## Installing from a Special Repository ## | 34 | ## Installing from a Special Repository ## |
35 | 35 | ||
36 | You can use Arch's package management system to install an up-to-date version of EFL from the *Arch User Repository (AUR)* named *elf-git*. Using the *elf-git* AUR is relatively simple and makes your EFL package easey to maintain using Arch's package management system, *pacman*. | 36 | You can use Arch's package management system to install an up-to-date version of EFL from the *Arch User Repository (AUR)* named *efl-git*. Using the *efl-git* AUR is relatively simple and makes your EFL package easy to maintain using Arch's package management system, *pacman*. |
37 | 37 | ||
38 | ### Step 1: Download Meta Package ### | 38 | ### Step 1: Download Meta Package ### |
39 | 39 | ||
@@ -59,7 +59,7 @@ pacman -S wayland-protocols | |||
59 | 59 | ||
60 | ### Step 3: Make Package ### | 60 | ### Step 3: Make Package ### |
61 | 61 | ||
62 | Unpack the file you downloaded in Step 1 with ``tar xvf efl-git.tar.gz``. Next, ``cd`` into the new *efl-git/* directory and build the package with: | 62 | Unpack the file you downloaded in Step 1 with ``tar xvf efl-git.tar.gz``. Next, ``cd`` into the new ``efl-git/`` directory and build the package with: |
63 | 63 | ||
64 | ```bash | 64 | ```bash |
65 | makepkg -s | 65 | makepkg -s |
@@ -69,7 +69,7 @@ This process will download EFL from the Enlightenment git repositories, run the | |||
69 | 69 | ||
70 | ### Step 4: Install the package ### | 70 | ### Step 4: Install the package ### |
71 | 71 | ||
72 | When *makepkg* is finished you'll find a file in your directory with a name like *efl-git-X.XX.XX.XXXXX.XXXXXXXXX-X-x86-64.pkg.tar.xz*. This is the actual package you can install. Switch to root and run: | 72 | When *makepkg* is finished you'll find a file in your directory with a name like ``efl-git-X.XX.XX.XXXXX.XXXXXXXXX-X-x86-64.pkg.tar.xz``. This is the actual package you can install. Switch to root and run: |
73 | 73 | ||
74 | ```bash | 74 | ```bash |
75 | pacman -U efl-git-X.XX.XX.XXXXX.XXXXXXXXX-X-x86-64.pkg.tar.xz | 75 | pacman -U efl-git-X.XX.XX.XXXXX.XXXXXXXXX-X-x86-64.pkg.tar.xz |
@@ -79,7 +79,7 @@ pacman -U efl-git-X.XX.XX.XXXXX.XXXXXXXXX-X-x86-64.pkg.tar.xz | |||
79 | 79 | ||
80 | ## Installing from Packaged Source ## | 80 | ## Installing from Packaged Source ## |
81 | 81 | ||
82 | There are two versions available from the Enlightenment website. One is the nightly bleeding edge version which you can [download using git](#Installing_from_Git). The other is packaged and available from the [EFL download site](https://download.enlightenment.org/rel/libs/efl/), which is the focus of this section. | 82 | There are two versions available from the Enlightenment website. One is the bleeding edge version which you can [download using git](#Installing_from_Git). The other is packaged and available from the [EFL download site](https://download.enlightenment.org/rel/libs/efl/), which is the focus of this section. |
83 | 83 | ||
84 | ### Step 1: Downloading Stable Version ### | 84 | ### Step 1: Downloading Stable Version ### |
85 | 85 | ||
@@ -101,7 +101,7 @@ Once you have the archive file containing EFL on your hard disk unpack it with: | |||
101 | tar xvf efl-X.XX.X.tar.xz | 101 | tar xvf efl-X.XX.X.tar.xz |
102 | ``` | 102 | ``` |
103 | 103 | ||
104 | This will produce a folder named *efl-X.XX.X*. | 104 | This will produce a folder named ``efl-X.XX.X``. |
105 | 105 | ||
106 | ### Step 3: Installing Dependencies ### | 106 | ### Step 3: Installing Dependencies ### |
107 | 107 | ||
@@ -113,7 +113,7 @@ pacman -S gcc make pkg-config luajit libjpeg gstreamer freetype2 fontconfig frib | |||
113 | 113 | ||
114 | ### Step 4: Building and Installing ### | 114 | ### Step 4: Building and Installing ### |
115 | 115 | ||
116 | Once you have installed all the required packages, ``cd`` into the *efl-X.XX.X* folder and run | 116 | Once you have installed all the required packages, ``cd`` into the ``efl-X.XX.X`` folder and run |
117 | 117 | ||
118 | ```bash | 118 | ```bash |
119 | ./configure | 119 | ./configure |
@@ -125,13 +125,13 @@ This will configure the files needed for compiling, compile the software, then i | |||
125 | 125 | ||
126 | ### Step 5: Carrying out Post Installation Tasks ### | 126 | ### Step 5: Carrying out Post Installation Tasks ### |
127 | 127 | ||
128 | As you are not installing to */usr* but to */usr/local* you'll have to ensure that some files are visible to *dbus*: | 128 | As you are not installing to ``/usr`` but to ``/usr/local`` you'll have to ensure that some files are visible to *dbus*: |
129 | 129 | ||
130 | ```bash | 130 | ```bash |
131 | sudo ln -s /usr/local/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service | 131 | sudo ln -s /usr/local/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service |
132 | ``` | 132 | ``` |
133 | 133 | ||
134 | You also have to make some files visible to *pkgconfig*. To do this open */etc/profile* in a text editor as root (using for example ``sudo nano /etc/profile``) and add the following line to the end: | 134 | You also have to make some files visible to *pkgconfig*. To do this open ``/etc/profile`` in a text editor as root (using for example ``sudo nano /etc/profile``) and add the following line to the end: |
135 | 135 | ||
136 | ```bash | 136 | ```bash |
137 | export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig | 137 | export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig |
@@ -161,7 +161,7 @@ Next clone EFL's source code: | |||
161 | git clone https://git.enlightenment.org/core/efl.git | 161 | git clone https://git.enlightenment.org/core/efl.git |
162 | ``` | 162 | ``` |
163 | 163 | ||
164 | This will create a a directory named *efl/*. | 164 | This will create a a directory named ``efl/``. |
165 | 165 | ||
166 | ### Step 2: Installing Dependencies ### | 166 | ### Step 2: Installing Dependencies ### |
167 | 167 | ||
@@ -179,7 +179,7 @@ pacman -S luajit libjpeg gstreamer freetype2 fontconfig fribidi libx11 xorg-serv | |||
179 | 179 | ||
180 | ### Step 3: Configuring the Software ### | 180 | ### Step 3: Configuring the Software ### |
181 | 181 | ||
182 | You can now ``cd`` into the *efl\* directory and run the *autoreconf* script to create and configure the software, ready for compilation: | 182 | You can now ``cd`` into the ``efl\`` directory and run the ``autoreconf`` script to create and configure the software, ready for compilation: |
183 | 183 | ||
184 | ```bash | 184 | ```bash |
185 | ./autogen.sh | 185 | ./autogen.sh |
@@ -194,13 +194,13 @@ su -c "make install" | |||
194 | 194 | ||
195 | ### Step 4: Carrying out Post Installation Tasks ### | 195 | ### Step 4: Carrying out Post Installation Tasks ### |
196 | 196 | ||
197 | As you are not installing to */usr* but to */usr/local* you'll have to ensure that some files are visible to *dbus*: | 197 | As you are not installing to ``/usr`` but to ``/usr/local`` you'll have to ensure that some files are visible to *dbus*: |
198 | 198 | ||
199 | ```bash | 199 | ```bash |
200 | sudo ln -s /usr/local/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service | 200 | sudo ln -s /usr/local/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service |
201 | ``` | 201 | ``` |
202 | 202 | ||
203 | You also have to make some files visible to *pkgconfig*. To do this open */etc/profile* in a text editor as root (using for example ``sudo nano /etc/profile``) and add the following line to the end: | 203 | You also have to make some files visible to *pkgconfig*. To do this open ``/etc/profile`` in a text editor as root (using for example ``sudo nano /etc/profile``) and add the following line to the end: |
204 | 204 | ||
205 | ```bash | 205 | ```bash |
206 | export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig | 206 | export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig |