Skip to content

trex2000/patrulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patrulator

Source code for patrulator proxy.

  1. Rebuilding native modules (serialport):

Windows:

Linux:

  1. Packaging application:

Windows: zip files (excluding main folder).

Linux: zip -r app.nw *

  1. Creating executable:

Windows: Command Line: copy /b nw.exe+app.nw app.exe

Must be shipped with: icudtl.dat and nw.pak

Linux: