Skip to content

fix ubuntu package dependencies #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: typhoon-x86
Choose a base branch
from

Conversation

benys
Copy link

@benys benys commented Feb 14, 2024

Update depenencies for ubuntu distribiuton.

I had to install this packages. I used ubuntu from docker hub.

@hmtheboy154
Copy link
Contributor

I mean...... we use Ubuntu on our server too.
Are you using something like..... 23.10 ?

@benys
Copy link
Author

benys commented Feb 14, 2024

I used:

root@b2452f3e5aa9:/# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"

I:

  • added - packages which are needed to build. (if they not exists - build failes becouse xxxx command not found)
  • add info about repo - that somebody should use repo from download not package
  • remove ncurses i386 - because is not exists anymore?

@hmtheboy154
Copy link
Contributor

  • remove ncurses i386 - because is not exists anymore?

you haven't enable i386 repo yet

@hmtheboy154
Copy link
Contributor

hmtheboy154 commented May 29, 2024

  • add info about repo - that somebody should use repo from download not package

Kinda funny but I don't think we need to tell where to download repo. But if you really want to go extra miles write extra command to download to ~/.local/bin or anywhere at $HOME and set the environment variable. Or else users don't know and shove it directly into /bin

https://source.android.com/docs/setup/download/source-control-tools#installing-repo

Look at AOSP docs, they recommend finding repo package first, and if the package is outdated or not exist they show you how to download it manually to ~/bin/repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants