[Lemon-user] Downloading Lemon

Alpár Jüttner alpar at cs.elte.hu
Sat Feb 25 06:50:57 CET 2012


On Fri, 2012-02-24 at 14:22 -0500, Stanislav Bellaousov wrote:
> Hello,
> Thank you. Yes, I did download the file with the 'hg'. I
> didn't realize that this is the standalone code, as there was no
> 'configure' or 'make'.
> I am using Ubuntu, are there instructions on how to install
> 'lemon-bipartite' on Linux machine? The instructions you sent me are
> for Windows machine. 

Never mind, you cat still more-or-less follow the instructions there.
Everything is just easier on Linux.

In short, you need cmake installed, then, from the root of the source
tree:

$ mkdir build
$ cd build
$ cmake ..
$ make

and optionally:

$ make check
$ make install

For generating the reference manual, you also need Doxygen, Ghoscript,
Graphviz and LaTeX, then

$ make html


All the best,
Alpar

p.s.: Please reply to lemon-user at lemon.cs.elte.hu, so that others can
also benefit from this conversation.


> Thank you.
> Stan.
> 
> On Fri, Feb 24, 2012 at 2:51 AM, Alpár Jüttner <alpar at cs.elte.hu>
> wrote:
>         Hi,
>         
>         You don't need to integrate. It contains the full lemon stuff
>         plus the
>         bipartite graphs.
>         
>         The strongly preferred way of downloading it is using the
>         mercurial
>         version control system (http://mercurial.selenic.com/), with
>         the hg
>         command:
>         
>         hg clone https://bitbucket.org/alpar/lemon-bipartite
>         
>         This allows you to update to newer versions and also to
>         integrate your
>         own changes. If you prefer, you can also directly download it
>         by
>         clicking on the "get source" button at the upper right corner
>         of the
>         webpage https://bitbucket.org/alpar/lemon-bipartite
>         
>         (But again, I highly recommend usin hg instead)
>         
>         Once you have the source, you must compile it with CMAKE.
>         Please follow
>         this guide:
>         https://lemon.cs.elte.hu/trac/lemon/wiki/InstallCmake
>         
>         Note, that you will probably _not_ want to install it (only
>         compile).
>         For playing with it, it is easier to put your own code into
>         the contrib
>         subdirectory, then edit contrib/CMakeLists.txt accordingly.
>         Then, your
>         own code will automatically be compiled along with LEMOM. For
>         more
>         details, see
>         https://lemon.cs.elte.hu/trac/lemon/wiki/HowToCompile
>         
>         Btw, which platform do you use?
>         
>         Regards,
>         Alpar
>         
>         
>         
>         
>         On Thu, 2012-02-23 at 18:16 -0500, Stanislav Bellaousov wrote:
>         > Hello,
>         > Thank you for the information and for the files.
>         > Please advise on how to integrate the lemon-bipartite into
>         the main
>         > lemon application.
>         > Thank you.
>         > Stan.
>         >
>         > On Wed, Feb 22, 2012 at 11:59 PM, Alpár Jüttner
>         <alpar at cs.elte.hu>
>         > wrote:
>         >         Hi,
>         >
>         >         On Tue, 2012-02-21 at 11:15 -0500, Stanislav
>         Bellaousov wrote:
>         >         > Hello,
>         >         >
>         >
>         >         > Yes, thank you. The reason I was getting your old
>         page is
>         >         because I am
>         >         > looking for an algorithm to calculate maximum
>         cardinality
>         >         matching in
>         >         > bipartite graphs. It looks like it is only present
>         in your
>         >         old
>         >         > website, and not present in the new one. See the
>         following:
>         >         >
>         >         >
>         >         > OLD:
>         http://lemon.cs.elte.hu/pub/doc/latest-svn/a00852.html
>         >         > ->
>         http://lemon.cs.elte.hu/pub/doc/latest-svn/a00381.html
>         >         > NEW:
>         http://lemon.cs.elte.hu/pub/doc/1.2.3/a00537.html   ->
>         >         none
>         >         >
>         >         >
>         >         > Is that a feature that doesn't exist any more?
>         >
>         >
>         >
>         >         The bipartite graph support is not yet the part of
>         the current
>         >         version,
>         >         but we are working on that. It going to be the part
>         of the
>         >         next major
>         >         release coming withing a couple of months.
>         >
>         >         The development version is already quite usable
>         (though the
>         >         interface
>         >         may change). See
>         >         http://lemon.cs.elte.hu/trac/lemon/ticket/69
>         >         and
>         >         http://lemon.cs.elte.hu/trac/lemon/ticket/168
>         >
>         >         You can download a version including all the patches
>         above
>         >         from here:
>         >         https://bitbucket.org/alpar/lemon-bipartite
>         >
>         >         Regards,
>         >         Alpar
>         >
>         >         >
>         >         > Thank you.
>         >         > Stan.
>         >         >
>         >         >
>         >         > On Tue, Feb 21, 2012 at 10:31 AM, Alpár Jüttner
>         >         <alpar at cs.elte.hu>
>         >         > wrote:
>         >         >         Hi,
>         >         >
>         >         >         >Hello,
>         >         >         > I am using this link:
>         >         >         https://lemon.cs.elte.hu/site/products/
>         off this
>         >         >         > page:
>         >         >
>         >
>         http://lemon.cs.elte.hu/pub/doc/latest-svn/getstart.html
>         >         >
>         >         >
>         >         >         This page is _extremely_ outdated!!! The
>         doc is kept
>         >         for
>         >         >         historical
>         >         >         reasons, but it should probably be removed
>         entirely.
>         >         The
>         >         >         website it
>         >         >         refers to was replaced some five years
>         ago.
>         >         >
>         >         >         Please visit the current lemon website
>         directly:
>         >         >         http://lemon.cs.elte.hu
>         >         >
>         >         >         You will find the current doc and also the
>         latest
>         >         downloads
>         >         >         there.
>         >         >
>         >         >         Regards,
>         >         >         Alpar
>         >         >
>         >         >         >
>         >         >         > The error I get is this:
>         >         >         >
>         >         >         > Access forbidden!
>         >         >         > You don't have permission to access the
>         requested
>         >         directory.
>         >         >         There is
>         >         >         > either no index document or the
>         directory is
>         >         read-protected.
>         >         >         >
>         >         >         > If you think this is a server error,
>         please
>         >         contact the
>         >         >         webmaster.
>         >         >         >
>         >         >         >
>         >         >         > Error 403
>         >         >         > lemon.cs.elte.hu
>         >         >         > Tue Feb 21 16:20:31 2012
>         >         >         > Apache/2.2.3 (Linux/SUSE)
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         > Thank you.
>         >         >         > Stan.
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         > On Tue, Feb 21, 2012 at 9:29 AM, Alpár
>         Jüttner
>         >         >         <alpar at cs.elte.hu>
>         >         >         > wrote:
>         >         >         >         Hi,
>         >         >         >
>         >         >         >         I cannot reproduce your problem.
>         >         >         >         Could you please tell me exactly
>         which url
>         >         you have
>         >         >         problem
>         >         >         >         with?
>         >         >         >
>         >         >         >         Regards,
>         >         >         >         Alpar
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >         On Mon, 2012-02-20 at 17:51
>         -0500,
>         >         Stanislav
>         >         >         Bellaousov wrote:
>         >         >         >         > Hello,
>         >         >         >         > My name is Stan, and I am a
>         graduate
>         >         student at
>         >         >         University
>         >         >         >         of
>         >         >         >         > Rochester.
>         >         >         >         > I would like to download LEMON
>         package,
>         >         however
>         >         >         when I
>         >         >         >         follow the link
>         >         >         >         > I get Error 403, that says
>         "Access
>         >         Forbidden", and
>         >         >         prompts
>         >         >         >         me to email
>         >         >         >         > webmaster.
>         >         >         >         > Please let me know how I can
>         download
>         >         the
>         >         >         software.
>         >         >         >         > Thank you.
>         >         >         >         > Stan.
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >         >
>         >         >
>         >         >
>         >         >
>         >         >
>         >         >
>         >
>         >
>         >
>         >
>         >
>         
>         
>         
> 
> 





More information about the Lemon-user mailing list