Version 8, last updated by ewing at August 30, 2008 20:13 UTC

Hg Forest and Git Superproject for LuaDoc and its dependencies. Includes a CMake 'Unification' script for one-shot building.

Use the (private) ssh-key found in the Files Section to get read-only download access for Git.

 

Cloning Instructions:

Using Git: (after activating the ssh-key)

$ git clone git@git.assembla.com:luadocsuperforest.git MyLuaDocSuperForest
$ cd MyLuaDocSuperForest
$ git submodule init
$ git submodule update
 

Using Mercurial:

$ hg clone http://hg.assembla.com/luadocsuperforest MyLuaDocSuperForest
$ cd MyLuaDocSuperForest
$ hg fseed snapshot.txt
 

Building via CMake:

$ cd ..
$ mkdir BUILD
$ cd BUILD
$ ccmake ../MyLuaDocSuperForest
# Configure with the GUI and Generate.
$ make
$ make install  # may need to run with higher access
 


For detailed walkthrough on Git Superprojects & Submodules and Mercurial Forests and how this repository was setup, see:

Git Superproject and Submodules: A Real World Example (LuaDoc with CMake)

and

Mercurial Forests: A Real World Example (LuaDoc with CMake)