descriptionLuaGRAPH is a binding to the graphviz library.
homepage URLhttp://www.amnesty-backnang.de/lua/luagraph/index.html
repository URLhttps://github.com/hleuwer/luagraph.git
ownerherbert.leuwer@gmx.de
last changeMon, 8 Apr 2024 18:47:42 +0000 (8 20:47 +0200)
last refreshFri, 19 Apr 2024 04:30:07 +0000 (19 06:30 +0200)
content tags
add:
README.md

LuaGRAPH

LuaGRAPH is a binding to the graphviz library.

LuaGRAPH requires the graphviz library version 2.26 or later, which can be downloaded from:

http://www.graphviz.org/

You must have Lua version 5.1, 5.2, 5.3 or 5.4. Lua can be downloaded from its home page:

http://www.tecgraf.puc-rio.br/lua/

Documentation

Documentation of LuaGRAPH comes with the LuaGRAPH distribution. I recommend also to read the graphviz documentation, which can be found here:

http://www.graphviz.org/Documentation.php

See the license agreement in the file LICENSE.

Download

LuaGRAPH can be downloaded from github at

https://github.com/hleuwer/luagraph

or install with luarocks. See below under "Installation".

Configuration

Before building LuaGRAPH you have to adopt the config file by adjusting various constants to the installed Lua and Graphviz version.

Status

Newest version is LuaGRAPH 2.2.0 now supports the `cgraph´ library and all Lua versions from Lua 5.1 to Lua 5.4. Lua 5.0 is no longer supported. It has been tested on MacOS Sonoma, Linux Debian and Windows 10.

Under Windows luarocks has only been tested with Lua 5.1 using the LuaForWindows installation.

Installation

Install via Luarocks (MacOS and Linux only)

Simply type the following:

 $ sudo luarocks GRAPHVIZ_DIR=<path-to-graphviz-installation> install luagraph

Manual Installation under MacOS or Linux

In order to build LuaGRAPH on a Linux, MacOS or Cygwin/Mingw based POSIX like system:

  1. Make sure you have Lua 5.1 to 5.3. The file test.lua in the test subdirectory uses lualogging which can be installed via Luarocks at http://www.luarocks.org.

  2. With graphviz version 2.12 you might have to use the `ltdl' library that comes with graphviz in order to have the rendering plugins to work properly. Version 2.40 is currently the last graphviz version that is supported.

  3. LuaGRAPH comes with a makefile and a simple config file to adopt the make process to your target system.

  4. Adopt build configuration to your platform by editing the file config according to you needs.

  5. Compile the package

    Type make

    If make succeeds you get:

    • a Lua extension library "graph.so.x.0" in the src sub-directory.
    • a copy "core.so" of the same Lua extension library in ./graph
     
  6. Type "make install" as user root in order to install all relevant files in standard places. The directory /usr/local is the default install prefix.

Manual Build and Installation under Windows

In order to build LuaGRAPH on Windows, use the Visual Studio 2008 project file that comes with source code. Load the project and build a Release version inside the Visual Sudio IDE. To make the luagraph module available copy the file Release/luagraph-2.0.0-2.dll into graph/core.dll. Sorry for this inconvenience, which I may remove once I have a really large amount of time.

Environment Variables

None.

Comments and bug reports

Please send your comments and bug reports to the Lua mailing list.

December 2006 (April 2024)

Have fun!

shortlog
10 days ago Herbert Leuwerfixed version in rockspecmaster
11 days ago Herbert Leuwerfixed rockspec file name
11 days ago Herbert Leuwerupdated READEME.md
11 days ago Herbert Leuweradded rockspec for 2.2.0
11 days ago Herbert Leuweraligned manual to newest version
11 days ago Herbert Leuwerupdate index.html documentation
12 days ago Herbert Leuwernew version 2.2.0
12 days ago Herbert Leuweradopted to graphviz version 10.0.1 and MACOS Sonoma
2021-05-12 Herbert LeuwerMerge pull request #3 from hleuwer/add-code-of-conduct-1
2021-05-12 Herbert LeuwerCreate CODE_OF_CONDUCT.mdadd-code-of-conduct-13/head
2020-10-02 Herbert Leuweradded example for red-black tree presented as Lua table...
2017-11-26 Herbert Leuwerfixed Lua 5.3 incompatibilities (luaL_register and... 2.0.1-1
2017-05-01 Herbert Leuweradded2.0.0-1
2017-05-01 Herbert LeuwerMerge branch 'master' of https://github.com/hleuwer...
2017-05-01 Herbert Leuwervc 2008 improvement
2017-04-26 Herbert Leuwercurrently only works with Lua 5.1 from LuaForWindows...
...
heads
10 days ago 2.2.0-1
10 days ago master
11 days ago 2.2.0
2 years ago add-code-of-conduct-1
6 years ago 2.0.1-1
6 years ago 2.0.0-1
7 years ago 2.0
11 years ago 1.0.5
13 years ago 1.0.3
13 years ago 1.0.4-1
14 years ago 1.0.4