ApolloTeam-dev/ApolloOS

Which Ubuntu version do you use to build?

Closed this issue · 3 comments

Describe the bug
Based on the Building page (https://github.com/ApolloTeam-dev/AROS/wiki/Building) a few packages are needed to be installed to build the OS. Which Ubuntu version is used, because on Ubuntu 20.04 I have the following issues:

  1. for git-core the apt packager proposes the install of git
  2. the libxxf86vm1:i386 does not exist. Should the libxxf86vm-dev be installed instead?
hgw77 commented

I stumbled over the same problem, you need to add architecture i386

  1. sudo dpkg --add-architecture i386
  2. and after sudo apt-get update the libxxf86vm1:i386 package should be available

this should be metioned in the build docu :-)

Thank you for your tip... I did that change it now I can install libxxf86vm1:i386 just fine.

I suspect we don't actually need that particular dependency. Did you try building AROS without this package installed?

I am closing this for now because the issue is more or less resolved.