Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I'm using windows XP. I did go to control panel, but I couldn't add anything to PATH because I need adm access, which is going to take some time since IT services are slow. --- Quote End --- You should be able to edit the path as a user; Control Panel, System, Advanced Tab, Environment Variables, Edit the user Path variable. --- Quote Start --- Adding the PATH from control panel won't have the problem you mentioned? --- Quote End --- Because you are having your HDL project manipulate additional tools (SVN), you will always have a portability issue. If someone gets give a zip file of your code, then they cannot build it if they do not have SVN installed, and your repo checked out. Cheers, Dave