Skip to content

lzhou/lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNU-Autotoolize the Lua packages

- How to install
  - Change the version to what you want in the following files:
    - configure.ac  # Near the top of the file; search for AC_INIT
    - The default is to install lua-5.3.5
  - Run the following commands
    $ autoreconf -vif
    $ ./configure --prefix=/where/you/want/to/install
    $ make
    $ make check
    $ [sudo] make install

About

GNU Autotoolize Lua distributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published