Hello,
I'm currently in a sub-optimal situation where I have Quartus installed on a Ubuntu virtual machine since I didn't know how to install it on my Fedora host.
This setup is becoming more cumbersome as time goes by so I figured I could try building a script based on this one to solve this.
One main issue I see upfront is the fact that the package manager differs between the distributions, and these mundane issues are not as well documented around the web for Fedora as they usually are for Ubuntu, but maybe with a list of the required dependencies and procedures it can be adapted.
Another naive concern I have is: How do I test it? Do I just boot up a virtual machine each time I want to run a script in development, or is there a more robust sandbox environment for this? Reason being I obviously don't want to mess up my system by testing the script by trial and error.
Hope this is reasonable, also I must add I'll need to up my bash for this, so help on this will also be appreciated.
Hello,
I'm currently in a sub-optimal situation where I have Quartus installed on a Ubuntu virtual machine since I didn't know how to install it on my Fedora host.
This setup is becoming more cumbersome as time goes by so I figured I could try building a script based on this one to solve this.
One main issue I see upfront is the fact that the package manager differs between the distributions, and these mundane issues are not as well documented around the web for Fedora as they usually are for Ubuntu, but maybe with a list of the required dependencies and procedures it can be adapted.
Another naive concern I have is: How do I test it? Do I just boot up a virtual machine each time I want to run a script in development, or is there a more robust sandbox environment for this? Reason being I obviously don't want to mess up my system by testing the script by trial and error.
Hope this is reasonable, also I must add I'll need to up my bash for this, so help on this will also be appreciated.