You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Myself and my fellow colleagues have had pleasure to work with this awesome tool for (I might be a bit mistaken, memory lets me down sometimes) a year now and, considering the fact that we are just working on our small island in this quite big project, it appeared to us that to some extent uniform script for handling Artery setup might be useful for complete newbies like us.
We are aware of VM setup, but running VMs (our opinion) makes sense only in foreign environments, like MacOS or Windows, where there is pretty much no other choice.
Manual setup (installing components, providing libs) is fine, but might be difficult to comprehend for someone new or just too much of work in case you need to perform quick tests with different component versions.
The idea is to create a script to handle all dependencies in isolated manner (all installation in a single directory) with agile version configurations, similar to how Docker operates, but locally to setup development environment and export those compile_commands that can be picked up by Clangd or any other IDEs with support for them.
We have some sort of this done already, which have taken a lot of effort to create, probably due to our skill level :)
Please, let me know if Artery could use such a script.
The text was updated successfully, but these errors were encountered:
Your proposed setup script is a great idea! I am just worried about its maintenance burden. At least some form of automated testing would be needed for this script.
I think the addition of a DevContainer setup would be nice. Probably, such a bundled configuration would also ease the setup efforts in your environment. AFAIK, these DevContainers are no longer VSCode-only but are also supported by other tools nowadays. Your mentioned script could be one piece for creating a suitable DevContainer.
Hey,
Myself and my fellow colleagues have had pleasure to work with this awesome tool for (I might be a bit mistaken, memory lets me down sometimes) a year now and, considering the fact that we are just working on our small island in this quite big project, it appeared to us that to some extent uniform script for handling Artery setup might be useful for complete newbies like us.
We are aware of VM setup, but running VMs (our opinion) makes sense only in foreign environments, like MacOS or Windows, where there is pretty much no other choice.
Manual setup (installing components, providing libs) is fine, but might be difficult to comprehend for someone new or just too much of work in case you need to perform quick tests with different component versions.
The idea is to create a script to handle all dependencies in isolated manner (all installation in a single directory) with agile version configurations, similar to how Docker operates, but locally to setup development environment and export those compile_commands that can be picked up by Clangd or any other IDEs with support for them.
We have some sort of this done already, which have taken a lot of effort to create, probably due to our skill level :)
Please, let me know if Artery could use such a script.
The text was updated successfully, but these errors were encountered: