-
Notifications
You must be signed in to change notification settings - Fork 0
Programs
Alejandro Olvera edited this page Oct 23, 2017
·
7 revisions
Programs are sourced from the ~/projects/lms2012/lmssrc
directory. The files contained in this directory are included within the UI as system programs, such as 'Brick Info', 'Port View', 'Volume', and the like.
Invoke make programs
to update the system to reflect any new changes to system programs and components.
It is possible to add more programs or include more tools available to the user by creating a new directory, programming the functionality in bytecode, and including the new directory within the Makefile. When make programs
is invoked, the new additions will be assembled and included within the ~/projects/lms2012/lms2012/
directory.