Difference between revisions of "OpenSuse installation prerequisites"

From ArmadeusWiki
Jump to: navigation, search
(Mandatory packages)
(Mandatory packages)
 
Line 11: Line 11:
 
sudo zypper install lzo-devel
 
sudo zypper install lzo-devel
 
sudo zypper install python-serial python-usb
 
sudo zypper install python-serial python-usb
 +
sudo zypper install libssl-devel                        (to build u-boot 2014.04 mxsimage tool for the apf28)
 
</pre>
 
</pre>
  

Latest revision as of 14:21, 18 June 2014

Mandatory packages

  • On OpenSUSE 11.3/12.3, following operations might be needed:
sudo zypper install  gcc  gcc-c++ autoconf  automake libtool bison flex make
sudo zypper install subversion texinfo git-core ncurses-devel glibc-devel-static
sudo zypper install libacl-devel
sudo zypper install libuuid-devel
sudo zypper install libnetpbm-devel
sudo zypper install tcpd
sudo zypper install tcpd-devel
sudo zypper install lzo-devel
sudo zypper install python-serial python-usb
sudo zypper install libssl-devel                         (to build u-boot 2014.04 mxsimage tool for the apf28)
  • To compile java jamvm and gnu-classpath:
 sudo zypper install java-1_5_0-gcj-compat libgcj-devel
  • Known issue:

OpenSUSE 12.3: fbtest tool fails to build.