Commit 053f8e7a authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

More research into VMS porting/utils.

parent b9b813f7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -95,6 +95,13 @@ for f in **/*.zip; do
done
```

### .com files

So it might be possible to run DCL on Linux.  A rather
[exhaustive list](http://jonesrh.info/dcll/dcll_why_i_use.html)
of the options seems to indicate that
[PC-DCL](http://users.skynet.be/michel.valentin/) might be an option.

### General cleanup

  * Removed exe and obj files: `git rm **/*.{exe,obj}`

bulletin/README.md

0 → 100644
+9 −0
Original line number Diff line number Diff line
## Port to Linux

While a rewrite is preferred, a port might be possible.  Some interesting
links on getting VMS FORTRAN running on a Linux/Unix system:

  * A [script](http://www.simconglobal.com/vms.html) to do this
    using a proprietary tool called FTP. Need to contact them about
    licensing.
  * Things to [look out for](http://labs.hoffmanlabs.com/node/225).