[Documentation] [TitleIndex] [WordIndex

Lemon Graph Library

Introduction

Useful links: http://lemon.cs.elte.hu/pub/doc/latest-svn/quicktour.html

Install

hg clone http://lemon.cs.elte.hu/hg/lemon
cd lemon
hg checkout 1.3
mkdir build
cd build
cmake ..
make
sudo make install

2024-04-13 12:47