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

Correct installation of bake #92

Open
AlexanderZhirov opened this issue Feb 18, 2023 · 2 comments
Open

Correct installation of bake #92

AlexanderZhirov opened this issue Feb 18, 2023 · 2 comments

Comments

@AlexanderZhirov
Copy link

As far as I understand, if install bake, then it communicates with the system directories. Everything is clear with include/lib, but where to install meta correctly into the system?

 bake .        
[  error] failed to locate binary for package 'bake.lang.c'
[   from] could not load driver 'bake.lang.c'
[   from] failed to load driver for language 'c'
[   warn]  ignoring '.' because of errors
no projects found in '.'

I want to build a package that would install bake on the system, and not locally, so it is necessary to place the files in the correct directories.

@AlexanderZhirov
Copy link
Author

Give at least some feedback, colleagues.

@SanderMertens
Copy link
Owner

Hm, I have never tried it but I think you'd have to create something like a /usr/local/meta directory. If you mirror the directory structure in ~/bake of a local install in /usr/local and then point BAKE_HOME TO /usr/local, it should work.

Note that while I think this is possible, bake hasn't really been designed to be a system-level package manager.

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

No branches or pull requests

2 participants