devdoc:packages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devdoc:packages [2020/04/11 14:07]
abelbeck [Debian / Ubuntu]
devdoc:packages [2020/04/17 14:00]
abelbeck [Debian / Ubuntu]
Line 22: Line 22:
 **Optional:** If you want to "Create a Flash Image" using ''astlinux-makeimage'' **and** if are using a 64-bit (''x86_64'') host, the following libraries must be installed as well: **Optional:** If you want to "Create a Flash Image" using ''astlinux-makeimage'' **and** if are using a 64-bit (''x86_64'') host, the following libraries must be installed as well:
  
-  sudo dpkg --add-architecture i386 
   sudo apt-get update   sudo apt-get update
-  sudo apt-get install ia32-libs+  sudo apt-get install libc6-i386
  
-For Debian 8 "ia32-libs" is not available, you need "zlib1g:i386instead.+For older Debian versions, try ''ia32-libs'' or ''zlib1g:i386'' instead.
  
 **Optional:** If you want to "Create a bootable ISO" using ''build-runnix-iso'': **Optional:** If you want to "Create a bootable ISO" using ''build-runnix-iso'':
Line 39: Line 38:
  
   sudo yum -y install subversion make gcc nasm autoconf gettext intltool texinfo bison flex flex-devel tcl glibc-static gperf   sudo yum -y install subversion make gcc nasm autoconf gettext intltool texinfo bison flex flex-devel tcl glibc-static gperf
-  sudo yum -y install wget byacc patch zlib-devel rsync libtool unzip git dos2unix ncurses-devel bc+  sudo yum -y install wget byacc patch zlib-devel rsync libtool unzip git dos2unix ncurses-devel bc help2man
  
 RHEL/CentOS 7 x86_64 Minimal Installation also require: RHEL/CentOS 7 x86_64 Minimal Installation also require:
  • devdoc/packages.txt
  • Last modified: 2024/02/24 11:16
  • by abelbeck