diff options
author | Philippe Jean Guillaumie <batden@sfr.fr> | 2018-01-01 23:23:57 -0800 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-01-01 23:23:57 -0800 |
commit | f981092b839ca704439e99ae1af7ff2070f9a0fe (patch) | |
tree | 9b0136bc02412779340b3e13a53358004c5c2397 /pages/docs/distros/ubuntu-start.txt | |
parent | 63b29e593278258af87d160325a24bff37e12308 (diff) |
Wiki page ubuntu-start changed with summary [Bash syntax highlighting is misleading and difficult to read.] by Philippe Jean Guillaumie
Diffstat (limited to '')
-rw-r--r-- | pages/docs/distros/ubuntu-start.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pages/docs/distros/ubuntu-start.txt b/pages/docs/distros/ubuntu-start.txt index ab271a04e..83386facf 100644 --- a/pages/docs/distros/ubuntu-start.txt +++ b/pages/docs/distros/ubuntu-start.txt | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | Satisfying dependencies under **Ubuntu Xenial Xerus** and recommended packages: | 6 | Satisfying dependencies under **Ubuntu Xenial Xerus** and recommended packages: |
7 | 7 | ||
8 | <code bash> | 8 | <code> |
9 | 9 | ||
10 | sudo apt-get install automake autopoint build-essential ccache check \ | 10 | sudo apt-get install automake autopoint build-essential ccache check \ |
11 | doxygen faenza-icon-theme git imagemagick libasound2-dev libblkid-dev \ | 11 | doxygen faenza-icon-theme git imagemagick libasound2-dev libblkid-dev \ |
@@ -27,21 +27,21 @@ valgrind xserver-xephyr | |||
27 | 27 | ||
28 | Note that a number of Enlightenment programs have transitioned to the [[http://mesonbuild.com/|Meson build system]]. | 28 | Note that a number of Enlightenment programs have transitioned to the [[http://mesonbuild.com/|Meson build system]]. |
29 | To install Meson in Ubuntu, you can issue the following commands: | 29 | To install Meson in Ubuntu, you can issue the following commands: |
30 | <code bash> | 30 | <code> |
31 | sudo apt-get install ninja-build python3-pip | 31 | sudo apt-get install ninja-build python3-pip |
32 | </code> | 32 | </code> |
33 | Then (without sudo): | 33 | Then (without sudo): |
34 | <code bash> | 34 | <code> |
35 | pip3 install --user meson | 35 | pip3 install --user meson |
36 | </code> | 36 | </code> |
37 | If necessary, add: | 37 | If necessary, add: |
38 | <code bash> | 38 | <code> |
39 | export PATH=$HOME/.local/bin:$PATH | 39 | export PATH=$HOME/.local/bin:$PATH |
40 | </code> | 40 | </code> |
41 | at the bottom of your ~/.bashrc file. | 41 | at the bottom of your ~/.bashrc file. |
42 | 42 | ||
43 | If you ever need to uninstall meson, simply run: | 43 | If you ever need to uninstall meson, simply run: |
44 | <code bash> | 44 | <code> |
45 | pip3 uninstall meson | 45 | pip3 uninstall meson |
46 | </code> | 46 | </code> |
47 | 47 | ||
@@ -65,18 +65,17 @@ The [[https://help.ubuntu.com/community/PPA|PPA]] below provides the latest stab | |||
65 | To add this PPA to your system, | 65 | To add this PPA to your system, |
66 | open a terminal and enter: | 66 | open a terminal and enter: |
67 | 67 | ||
68 | <code bash> | 68 | <code> |
69 | sudo add-apt-repository ppa:niko2040/e19 | 69 | sudo add-apt-repository ppa:niko2040/e19 |
70 | </code> | 70 | </code> |
71 | 71 | ||
72 | To install Enlightenment and Terminology (recommended): | 72 | To install Enlightenment and Terminology (recommended): |
73 | 73 | ||
74 | <code bash> | 74 | <code> |
75 | sudo apt-get update | 75 | sudo apt-get update |
76 | sudo apt-get install enlightenment terminology | 76 | sudo apt-get install enlightenment terminology |
77 | </code> | 77 | </code> |
78 | 78 | ||
79 | 79 | ||
80 | Then log out (or restart your computer), select Enlightenment on the login screen and | 80 | Then log out (or restart your computer), select Enlightenment on the login screen and the configuration wizard will appear. |
81 | the configuration wizard will appear. | ||
82 | 81 | ||