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

Includes libasound2-dev as a Dependency in Build Instructions (Infra) #1507

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

mauriciocoder
Copy link
Contributor

Description

Includes libasound2-dev as a Dependency in Build Instructions (Infra)

Resolved issues

#1506

Documentation

Tests

$ sudo apt install libasound2-dev
venv ~/dev/source-canonical/checkbox/providers/base git:(main)±1
$ ./manage.py build

Fixed Output:

$PROVIDERPATH is defined, so following provider sources are ignored ['/usr/local/share/plainbox-providers-1', '/usr/share/plainbox-providers-1', '/home/mauricio/.local/share/plainbox-providers-1', '/var/tmp/checkbox-providers-develop']
g++ -std=c++11    ../../src/alsa_test.cpp  -lasound -pthread -o alsa_test
cc -Wall -D_POSIX_C_SOURCE=199309L -D_DEFAULT_SOURCE    ../../src/clocktest.c  -lrt -o clocktest
cc -Wall -pthread -Wno-unused-but-set-variable    ../../src/threaded_memtest.c   -o threaded_memtest
cc -Wall    ../../src/ptrace_test.c   -o ptrace_test

@Hook25
Copy link
Collaborator

Hook25 commented Sep 30, 2024

Makes sense, thanks. If you are starting to contribute to Checkbox (I assume that because you were reading our contributing guide), I suggest you read also our tutorial which covers basically all you need to know to use and develop for Checkbox and it is probably more useful as a starting point!

@Hook25
Copy link
Collaborator

Hook25 commented Sep 30, 2024

Are you able to sign your commit? I can't merge unsigned commits

@mauriciocoder
Copy link
Contributor Author

Makes sense, thanks. If you are starting to contribute to Checkbox (I assume that because you were reading our contributing guide), I suggest you read also our tutorial which covers basically all you need to know to use and develop for Checkbox and it is probably more useful as a starting point!

Thank you for the suggestion! I’m also going through the tutorial, which is excellent documentation.

@mauriciocoder
Copy link
Contributor Author

Are you able to sign your commit? I can't merge unsigned commits

I just signed the commit now.

@Hook25 Hook25 merged commit 85ee304 into canonical:main Oct 2, 2024
6 checks passed
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