Skip to content
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

Improve the build instructions and fix the Debian/Ubuntu command #2267

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hardBSDk
Copy link

@hardBSDk hardBSDk commented May 30, 2024

Command fix

The libunwind-dev package gaves the following error on Ubuntu 22.04 :

sudo apt-get install libgtk-3-dev libpthread-stubs0-dev liblz4-dev libx11-dev libx11-xcb-dev libvulkan-dev libsdl2-dev libiberty-dev libunwind-dev libc++-dev libc++abi-dev
[sudo] password for ribbon: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libpthread-stubs0-dev is already the newest version (0.4-1build2).
libpthread-stubs0-dev set to manually installed.
libx11-dev is already the newest version (2:1.7.5-1ubuntu0.3).
libx11-dev set to manually installed.
libsdl2-dev is already the newest version (2.0.20+dfsg-2ubuntu1.22.04.1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libunwind-14-dev : Breaks: libunwind-dev
E: Unable to correct problems, you have held broken packages.

This was fixed by removing the libunwind-dev package, comment if you know a better solution if the system is lacking this package.

Documentation improvements

I added necessary duplication of commands to improve the context, improved the formatting and added syntax highlighting on code blocks.

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.

1 participant