toc.txt
author Alpar Juttner <alpar@cs.elte.hu>
Wed, 05 Nov 2008 17:10:54 +0000
changeset 17 0b3b26cd1cea
parent 10 55e2f7712e87
child 19 9196fcd0d4d6
permissions -rw-r--r--
Better build system

- configure script added
- demo/*.cc are now compiled (the executables are in demo/build)
- version number appears in the doc and automatically updates
- the cross reference to the lemon doc can be relocated (e.g. to a local
copy of the doc)
- some repo reorganization has taken place
- better .hgignore
     1 * intro
     2 ** intro_lemon
     3 ** intro_tutorial
     4 * hello_lemon
     5 *_digraph_build
     6 *_digraph_iterate
     7 *_standard_maps
     8 *_algorithms
     9 **_alg_bfs_dfs
    10 **_alg_dijkstra
    11 **_alg_kruskal
    12 *_undir_graphs
    13 *_tools
    14 **_lgf
    15 **_glemon
    16 **_graph_to_eps
    17 **_time_count
    18 **_random
    19 * install
    20 ** requirements_lemon
    21 *** requirements_lp
    22 ** install_from_source
    23 ** install_hg
    24 ** install_rpm
    25 ** install_user
    26 ** compile_codes
    27 *** compile_system_wide
    28 *** compile_user_local
    29 **** compile_use_pkg_config
    30 * license