User Tools

Site Tools


de:doc:lua_make

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
de:doc:lua_make [2014/11/10 22:33] wsauerde:doc:lua_make [2014/12/09 22:30] wsauer
Line 174: Line 174:
  
 ==== Healthfiles ==== ==== Healthfiles ====
-When generating a vehicle report when doing a carcheckthe resulting XML files should saved hereWhen then opening the file in a web browserthe file automatically points to the VehInfo_Stylesheet.xsl in the db folder and present the data with the right style sheet.+Wenn ein Fahrzeugreport erstellt wird durch die Benutzung des Skripts Carchecksollten die dabei entstandenen XML Dateien hier gespeichert werdenWenn diese Datei in einem Webbrouser geöffnet wirdzeigt diese automatisch auf VehInfo_Stylesheet.xsl in dem db Verzeichnis und präsentiert die Daten mit dem richtigen Stylesheet.
  
 ==== lib_lua ==== ==== lib_lua ====
-In here you can find some lua library scripts for generic functions+In dieser findest du einige Lua Bibliotheksskripte für generische Funktionen
  
 ==== lib_protocol ==== ==== lib_protocol ====
-In here you can find some lua library scripts for diagnostic related functions+In dieser hier findest du einige Lua Bibliotheksskripte für diagnosebezogene Funktionen
  
-==== local.make and local_template.make ==== +==== local.make und local_template.make ==== 
-local.make will contain your personal settingsIt is not part of the repository contentas it's content is different for each userTo generate your own local settingscopy the template file local_template.make and make your settings in local.make+local.make enthält deine persönlichen EinstellungenEs ist nicht Teil des Repositorysweil es für jeden Benutzer unterschiedlich istUm die eigenen Einstellungen zu erzeugenkopiere die Templatedatei lokal template.make und mache deine Einstellungen in local.make
  
   cp local_template.make local.make   cp local_template.make local.make
  
-==== makefile ==== +==== Makefile ==== 
-Also here in the lua base directory the makefile is needed for the build processJust don't change it.+Auch in dem lua Basisverzeichnis wird das Makefile für den Bauprozess benötigtÄndere es einfach nicht.
  
  
-===== Running the make process =====+===== Durchlauf des Makeprozesses =====
  
-In opposite to all the complicate setup and explanations abovethe build process is just simple:+Im Gegensatz zu dem komplizierten Setup und den obigen Erklärungenist der eigentliche Bauprozess sehr einfach:
  
-Edit or add the files as you needFor a good startchoose one of the existing *.lua filescopy it to where you need it and give it a clear nameMake sure that the script capabilities do not exceed the security rights of the workgroup folder they are stored in. +Bearbeite oder füge Dateien hinzu wie Du es benötigstFür einen guten Startwähle eins der existierenden *.lua Dateienkopiere es wohin du es benötigst und gib Ihm einen eindeutigen NamenStelle sicher das die Fähigkeiten des Skriptes nicht die Sicherheitsrechte des Arbeitsgruppenordners überschreiten in dem es abgelegt ist
  
 Then type in the cygwin command line windows the following commands one after the other. If you do this in a workgroup folder, only the files in that folder will be proceed. If you type the commands in the lua root folder, then all workgroup folders, which you have listed in the local.make will be proccessed. Then type in the cygwin command line windows the following commands one after the other. If you do this in a workgroup folder, only the files in that folder will be proceed. If you type the commands in the lua root folder, then all workgroup folders, which you have listed in the local.make will be proccessed.
de/doc/lua_make.txt · Last modified: 2014/12/15 13:54 by wsauer