GIT access for GLE

January 2022: GLE is now on GitHub at https://github.com/vlabella/GLE and utilizing cmake to build form source.

GLE uses the GIT repository provided by SourceForge.net. If you simply want to compile the source code you are better off downloading the source code distribution. If you want to get the latest source code under development you will need to use anonymous GIT access. This will allow you to checkout the sources without any involvement from the GLE team. However, you will not be able to check in your changes.

If you would like to contribute your changes to the development, which we appreciate a lot, then please request to be added to the list of developers by contacting the mailing list, or send your patch or suggested modification directly to this list.

GIT Repository

Browse the GIT repository.

Description of the GIT repositories:

  • gle - the GLE source code.
    git clone git://git.code.sf.net/p/glx/gle gle (read-only)
    
    git clone ssh://jeans@git.code.sf.net/p/glx/gle gle (read/write) 
    
  • To get all the fixes for the last stable version, checkout the 4.2.4-fixes branch. To get the development version, checkout the master branch.

    The following is a list of commands to build GLE from the (read only) GIT repository on a Unix like system. For detailed instructions for all platforms see the GLE compilation guide.

    git clone git://git.code.sf.net/p/glx/gle gle
    cd gle
    aclocal
    autoconf
    ./configure
    make
    make doc
    make install
    
  • gle-www - the GLE website.
    git clone git://git.code.sf.net/p/glx/gle-www gle-www (read-only)
    
    git clone ssh://jeans@git.code.sf.net/p/glx/gle-www gle-www (read/write) 
    
  • gle-contrib - contributed files.
    git clone git://git.code.sf.net/p/glx/gle-contrib gle-contrib (read-only)
    
    git clone ssh://jeans@git.code.sf.net/p/glx/gle-contrib gle-contrib (read/write)