diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-06 19:24:07 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-06 19:24:07 +0200 |
commit | 106d87fc688a48de66c2d1b62aaf1a661d4d32f7 (patch) | |
tree | a68e6e9bb0d280cc04d6d553d469d20b14430a3e | |
parent | cadf1d4e9e3de0b21fb5d3c39f1aa8abbed1c2ce (diff) |
source-code.md: update OpenSUSE notes
Update the list of packages that needs to be
installed in OpenSUSE based on the experience
for setting LXC container with OpenSUSE 42.4
for building AGL.
Bug-AGL: SPEC-1050
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | getting-started/source-code.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md index 5133d5f..567128b 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -70,7 +70,8 @@ The essential and graphical packages you need for a supported OpenSUSE distribut ```bash sudo zypper install python gcc gcc-c++ git chrpath make wget python-xml \ - diffstat texinfo python-curses patch socat libSDL-devel xterm curl + diffstat texinfo python-curses patch socat libSDL-devel xterm curl \ + python3 python3-curses glibc-locale ``` ### CentOS |