- Copy
PDPy11.sublime-build
file to sublime package directory. To open this directory, press Preferences -> Browse packages and then go toUser
directory. - In
PDPy11.sublime-build
file, change<path_to_pdpy11>
to the correct path, like:~/Documents/pdpy11
. Make sure the directory is namedpdpy11
, notPDPy11
orPDPy11-master
. If you're using Windows, don't forget to escape backslashes likeC:\\Users\\Ivanq\\Documents\\pdpy11
or 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.sh
executable 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/bk2010
orC:\path\to\bk2010
with the correct path. - You're now ready to go. Open some .mac file and press
Ctrl + B
, orCtrl + Shift + B
in case you have several build systems for .mac files.
- Copy
PDPy11.sublime-syntax
andPDPy11.sublime-color-scheme
files to sublime package directory. To open this directory, press Preferences -> Browse packages and then go toUser
directory. - 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.