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

Support for offline/unpublished/private libraries #260

Closed
ghost opened this issue Jul 29, 2015 · 3 comments
Closed

Support for offline/unpublished/private libraries #260

ghost opened this issue Jul 29, 2015 · 3 comments
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented Jul 29, 2015

Hey,

I find myself having to develop closed-source code for work, and I'd like to use Platformio to manage my code.
However, I haven't found a way of installing PlatformIO packages from a custom URL (with authentication) or from an otherwise private source (i.e. a local folder). For this reason I can't really use PlatformIO to the fullest extend in this project.

Is there any way I could still use PlatformIO to manage my C/C++ libraries?

@ivankravets
Copy link
Member

Yes, please install own libraries into lib_dir. PlatformIO will use your libraries even they are not installed via Library Manager.

@ghost
Copy link
Author

ghost commented Jul 29, 2015

Oh, thank you!

Perhaps it'd be good if this were documented? I did see the lib_dir option
but didn't know you could put your own libraries there. I do think it's a
rather useful feature.

Regards,
Willem

2015-07-29 13:53 GMT+02:00 Ivan Kravets notifications@github.com:

Yes, please install own libraries into lib_dir
http://docs.platformio.org/en/latest/projectconf.html#lib-dir.
PlatformIO will use your libraries even they are not installed via Library
Manager.


Reply to this email directly or view it on GitHub
#260 (comment)
.

@ivankravets
Copy link
Member

Thanks, I've just added this info.

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

No branches or pull requests

1 participant