From 54f305534fbe68f469f11339919b7f79314dfe3e Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 24 Jul 2013 18:04:40 +0200 Subject: [PATCH] - update README. add python-cmdln dependency. --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index 497d56b..65bb94c 100644 --- a/README +++ b/README @@ -4,19 +4,23 @@ http://www.openembedded.org/wiki/Required_software http://www.openembedded.org/wiki/OEandYourDistro - - make, gcc, g++, patch, diffstat, makeinfo, chrpath, python-curses. + - make, gcc, g++, patch, diffstat, makeinfo, chrpath, python-curses, python-cmdln. for opensuse: - - zypper in make gcc gcc-c++ patch diffstat makeinfo chrpath python-curses python-pysqlite wget sudo glibc-locale git python-xml + - zypper in make gcc gcc-c++ patch diffstat makeinfo chrpath python-curses python-pysqlite wget sudo glibc-locale git python-xml python-cmdln for fedora: - makeinfo is provide by texinfo. - +Fedora doesn't have python-cmdln + # easy_install cmdln + + + # for opensuse 12.2 -# zypper in make gcc gcc-c++ patch diffstat makeinfo chrpath python-curses python-pysqlite wget sudo glibc-locale git python-xml +# zypper in make gcc gcc-c++ patch diffstat makeinfo chrpath python-curses python-pysqlite wget sudo glibc-locale git python-xml python-cmdln # for opensuse 12.3 -# zypper in make gcc gcc-c++ patch diffstat makeinfo chrpath python-curses python-pysqlite wget sudo glibc-locale git python-xml +# zypper in make gcc gcc-c++ patch diffstat makeinfo chrpath python-curses python-pysqlite wget sudo glibc-locale git python-xml python-cmdln 2) install unp -- 2.7.4