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

Guide needed for setting up build environment on new install #6

Closed
kiltedkoder opened this issue Aug 1, 2019 · 2 comments
Closed

Guide needed for setting up build environment on new install #6

kiltedkoder opened this issue Aug 1, 2019 · 2 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@kiltedkoder
Copy link

@kiltedkoder kiltedkoder commented Aug 1, 2019

When I install this, I don't know what packages I need so that I can start compiling things.
I have llvm80 installed and i installed the qt tools, but when I run qmake I get:
Project Error: Cannot run compiler 'clang++'.

Maybe include a simple script with the install that will 'pkg install' all the necessary pkgs and configs?

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Aug 1, 2019

just install the "os-generic-userland-devtools" package, that is the only one needed. I have not written anything up because this is the 3rd name change of that package so far and I want to make sure it has stabilized upstream before we publish anything about it.

@beanpole135 beanpole135 closed this Aug 1, 2019
@kiltedkoder
Copy link
Author

@kiltedkoder kiltedkoder commented Aug 1, 2019

Thanks beanpole135!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment