Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
update docs to include link to github project page
Browse files Browse the repository at this point in the history
  • Loading branch information
mascarenhas committed Oct 19, 2012
1 parent 2a8b518 commit bfab480
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion doc/alien.md
Expand Up @@ -32,7 +32,29 @@ the test suite (`tests`) you can run the suite with:

lua -l luarocks.require test_alien.lua

Alien installs one modules, `alien`.
Alien uses the GNU build system. For detailed instructions on
installations that do not use LuaRocks, see INSTALL in the
distribution.

For a quick start, if you checked out sources from [Github](http://github.com/mascarenhas/alien) (skip this
step if you downloaded the .zip in the Downloads section):

./bootstrap

Then run:

./configure && make [&& make install]

You may need to supply non-default paths (e.g. if you are using a
system that supports more than one version of Lua). For example, on Debian or Ubuntu:

CPPFLAGS='-I/usr/include/lua5.1' ./configure --libdir=/usr/local/lib/lua/5.1 --datadir=/usr/local/share/lua$

To run some tests:

make check

Alien installs one module, `alien`.

Basic Usage
-----------
Expand Down

0 comments on commit bfab480

Please sign in to comment.