Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

blackberry/Lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua v5.2.1

The Lua repository holds the sources for Lua, a powerful, fast, lightweight, embeddable scripting language. It has additionally been ported to run with the BlackBerry Native SDK for BlackBerry Tablet OS and BlackBerry 10 OS.

Repository Committers

Building Lua (QNX)

  1. Run cmd.exe and execute the following commands:

    cd [bbndk] where [bbndk] is where the QNX NDK was installed (i.e. C:\bbndk-xx.xx) bbndk-env.bat or source bbnd-env.sh for macosx/linux cd [lua]/qnx where [lua] is the directory where Lua was extracted to make

  2. Following this, the relevant binaries should reside in the following subdirectories:

    [lua]/qnx/arm/a.le.v7 (ARM release) [lua]/qnx/arm/a.le.v7.g (ARM debug) [lua]/qnx/x86/a (x86 simulator release) [lua]/qnx/x86/a.g (x86 simulator debug)

License

Lua is free software distributed under the terms of the MIT license reproduced below:

Copyright © 1994–2011 Lua.org, PUC-Rio. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Bug Reporting and Feature Requests

If you find a bug in a Sample, or have an enhancement request, simply file an Issue and send a message (via github messages) to the Committers to the project to let them know that you have filed an Issue.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Lua is a powerful, fast, lightweight, embeddable scripting language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages