|
| 1 | +# Using GitPLM on Windows |
| 2 | + |
| 3 | +(the following was tested on Windows 10. Feel free to open a PR if you have |
| 4 | +better ideas or have tested on other versions.) |
| 5 | + |
| 6 | +The GitPLM binaries are not signed, so some effort is required to get past all |
| 7 | +the Windows security checks. If someone would like to contribute a process to |
| 8 | +sign the binaries for Windows that is not too arduous, that would be |
| 9 | +appreciated. |
| 10 | + |
| 11 | +1. Download the appropriate Windows |
| 12 | + [release](https://github.com/git-plm/gitplm/releases). For most people, this |
| 13 | + will be the `windows-x86_64`. If you have a newer ARM based (such as the new |
| 14 | + Surface), you may need the `windows-arm64` release. |
| 15 | +1. extact the downloaded zip file |
| 16 | +1. Windows may complain about the program because it is from an Unknown |
| 17 | + publisher. It appears that programs |
| 18 | + [written in Go are often flagged](https://github.com/microsoft/go/issues/1255). |
| 19 | + If Windows pops upa Virus & threat protection dialog, click on the "Severe" |
| 20 | + text, and select "Allow on device", then "Start actions". |
| 21 | +1. Double click on the `gitplm` binary in windows Explorer. Windows may show a |
| 22 | + Windows protected your PC dialog. Click on the "More info" link and select |
| 23 | + "Run Anyway". gitplm should now and ask you to enter a directory containing |
| 24 | + partmaster csv files. |
| 25 | +1. cp the `gitplm` binary to the `C:\bin` directory. |
| 26 | +1. add `C:\bin` to your system path (System properties->Environment variables) |
| 27 | +1. now in powershell, you should be able to run `gitplm`. |
0 commit comments