-
Notifications
You must be signed in to change notification settings - Fork 2
Things to know as a developer
Kathryn Baker edited this page Nov 13, 2018
·
15 revisions
See https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Understanding-Java-Licensing
Navigate to the directory for the module that is erroring during a build and run: make -j1
Do this when you know that you can safely ignore them, for example, you need a build of a specific IOC and one you won't be using will be is stopping your build - use with extreme caution! Navigate to the top of the directories and run: make -i
In Notepad++ Menu -> Language -> Define Your Language
Then import the file ...EPICS\editors\Notepad++\userDefineLang.xml
See Python Conventions for more information