Skip to content

Commit 135bf71

Browse files
committed
Clarifies install/build instructions in README.md
1 parent 25045d6 commit 135bf71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ This project is forked from [LGI](http://github.com/lgi-devs/lgi) and shares man
1010

1111
## Installation
1212

13-
In order to be able to compile the native part of LuaGObject, GIRepository-2 >= 2.80.0 development package must be installed. The development package is called `libgirepository-2.0-dev` on Debian-based systems (Debian, Ubuntu, Mint, etc) and `glib2-devel` on RedHat-based systems (RHEL, Fedora, etc).
14-
15-
### Using LuaRocks
16-
1713
The recommended way to install LuaGObject is [through LuaRocks](https://luarocks.org/modules/vtrlx/luagobject).
1814

1915
[sudo] luarocks install luagobject
2016

2117
By default, this will install LuaGObject for Lua 5.1. To install for other versions of Lua, invoke the appropriate LuaRocks command (`luarocks-5.3 install luagobject` to install LuaGObject for Lua 5.3, etc for other Lua versions).
2218

19+
## Building
20+
21+
In order to be able to compile the native part of LuaGObject, GIRepository-2 >= 2.80.0 development package must be installed. The development package is called `libgirepository-2.0-dev` on Debian-based systems (Debian, Ubuntu, Mint, etc) and `glib2-devel` on RedHat-based systems (RHEL, Fedora, etc).
22+
2323
### Using GNU Make
2424

2525
Building LuaGObject using GNU Make is straightforward:

0 commit comments

Comments
 (0)