From 106d87fc688a48de66c2d1b62aaf1a661d4d32f7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 6 Nov 2017 19:24:07 +0200 Subject: 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 --- getting-started/source-code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'getting-started') 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 -- cgit