github.com/nvi-inc/fsgo@v0.2.1/versions/README (about) 1 To add a new version of the Field System, run 2 3 make 4 5 Then add the path to the import in 'all/all.go'. 6 7 If you wish to build a VGOS build (which adds extra utils for RDBE), run 8 9 make vgos 10 11 If the Field System is not in /usr2/fs, you can specify FSPATH. Eg: 12 13 make FSPATH=/usr2/fs-9.12.11 14 15 16 Be sure to add the new version to all/all.go