Rockbox Technical Forums

Rockbox Development => Starting Development and Compiling => Topic started by: Aventex on June 15, 2011, 09:13:55 PM

Title: Creating a binary .lng file
Post by: Aventex on June 15, 2011, 09:13:55 PM
I was wondering if it is possible to compile a .lng file using windows (7) command prompt.
Title: Re: Creating a binary .lng file
Post by: saratoga on June 16, 2011, 10:29:22 AM
Yes, thats possible.  You'll need to install a perl interpreter though to run genlang (I used Activestate perl).

Edit:  genlang is here:  http://svn.rockbox.org/viewvc.cgi/trunk/tools/genlang
Title: Re: Creating a binary .lng file
Post by: Aventex on June 16, 2011, 10:36:32 AM
Am I supposed to save the genlang file as a .pl and place it in the perl\bin\ folder.