-
Notifications
You must be signed in to change notification settings - Fork 365
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
Conan build everything from source #2210
Comments
I think you can't. My attempt is here https://github.com/ilelann/IncludeOS. I replaced conan with CMake's FetchContent. My two cents. |
Yeeeeah... I think I will skip on using IncludeOS. I am following this blog https://os.phil-opp.com on how to implement your own x64 kernel in Rust I think that's the better approach :-) |
Just in case someone else cares, a note on progress: https://github.com/ilelann/IncludeOS/tree/build_from_scratch I will continue amending until I have anything bootable. |
Cool, thanks for your work! |
Hello,
On NixOS the ELF loader has a different path, which makes pre-compiled binaries useless.
I would like to know how to build every dependency from source with conan? I tired
conan install --build always
but that didn't work.The text was updated successfully, but these errors were encountered: