- Copy
PDPy11.sublime-buildfile to sublime package directory. To open this directory, press Preferences -> Browse packages and then go toUserdirectory. - In
PDPy11.sublime-buildfile, change<path_to_pdpy11>to the correct path, like:~/Documents/pdpy11. Make sure the directory is namedpdpy11, notPDPy11orPDPy11-master. If you're using Windows, don't forget to escape backslashes likeC:\\Users\\Ivanq\\Documents\\pdpy11or use forward slashes likeC:/Users/Ivanq/Documents/pdpy11. - Then, in case you're using MacOS or Linux, or any other *nix system, make
pdpy11/sublime/subl.shexecutable by issuingchmod +x path/to/pdpy11/sublime/subl.sh. - Optionally, you can enable BK2010 emulator support by uncommenting a few lines in either
pdpy11/sublime/subl.sh(MacOS and *nix) orpdpy11/sublime/subl.bat(Windows) and replacing/path/to/bk2010orC:\path\to\bk2010with the correct path. - You're now ready to go. Open some .mac file and press
Ctrl + B, orCtrl + Shift + Bin case you have several build systems for .mac files.
- Copy
PDPy11.sublime-syntaxandPDPy11.sublime-color-schemefiles to sublime package directory. To open this directory, press Preferences -> Browse packages and then go toUserdirectory. - Open any .mac file and choose User -> PDPy11 in the language list (at the bottom right of the editor). Then open Preferences -> Color Scheme... and choose PDPy11.