Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Install library into project folder (Read 170 times)
Jyce
Junior Member
**
Offline


Posts: 11
Joined: Jan 24th, 2017
Install library into project folder
Apr 18th, 2025 at 1:21pm
Print Post  
Hi all,
I have a project (which is saved on a git server).
This project requires arduino libraries. 
I don't want install these libraries to avoid missing them in the future. So I would like to have them in my project folder (also saved on the git server).
So, is there a way to achieve this ?

I created a "Libraries" folder in my project folder and put my libraries folder on it. But it does not work Sad
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Install library into project folder
Reply #1 - Apr 18th, 2025 at 4:42pm
Print Post  
If you want to capture your libraries alongside the project/solution, there is now a simpler file system based approach which is detailed on the below page, which is easier to move between machines, and does not directly affect the solution/project files so cannot generate the same issues you are seeing here in the future:

https://www.visualmicro.com/page/How-to-Encapsulate-Libraries-Within-a-Solution....

note: It is also possible to encapsulate the entire board core and libraries in a "portable" folder below a solution. Let us know if you need the link for that but it is listed on the docs page.
  
Back to top
IP Logged
 
Jyce
Junior Member
**
Offline


Posts: 11
Joined: Jan 24th, 2017
Re: Install library into project folder
Reply #2 - Apr 18th, 2025 at 6:59pm
Print Post  
Wow! 
This is exactly what I was looking for. It works perfectly.
Thank you so much.
  
Back to top
 
IP Logged
 
joshuamays
Newbies
*
Offline


Posts: 1
Joined: Apr 23rd, 2025
Re: Install library into project folder
Reply #3 - Apr 24th, 2025 at 7:27am
Print Post  
Quote:
If you want to capture your libraries alongside the project/solution, there is now a simpler file system based approach which is detailed on the below page, which is easier to move between machines, and does not directly affect the solution/project files so cannot generate the same issues you are seeing here in the future:

https://www.visualmicro.com/page/How-to-Encapsulate-Libraries-Within-a-Solution....

note: It is also possible to encapsulate the entire board core and libraries in a "portable" folder below a solution. Let us know if you need the link for that but it is listed on the docs page.

Thanks for your answer. This is what I'm looking for.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint