lsystem: Paint an L-System Grammar

[ application, bsd3, program ] [ Propose Tags ]

Paint an L-System Grammar


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.2
Dependencies base (>=4.2 && <5), haskell98, uu-parsinglib, wx, wxcore [details]
License BSD-3-Clause
Author Carlos Gomez
Maintainer carliros.g@gmail.com
Category Application
Uploaded by CarlosGomez at 2011-10-25T18:42:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables lsystem
Downloads 1056 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-26 [all 9 reports]

Readme for lsystem-1.2

[back to package description]
Sistema-L / L-System
====================

Para compilar [basico]:

    runhaskell Setup.hs configure
    runhaskell Setup.hs build
    runhaskell Setup.hs install

o tambien: make

Para generar su documentacion y archivos fuente en la 
documentacion (escribir anter de instalar y despues de construir el paquete):

    runhaskell Setup.hs hscolour
    runhaskell Setup.hs haddock --hyperlink-source

Tambien necesitaras copiar la carpeta 'db' al lugar donde se encuentra el ejecutable.

Para ejecutar:
    lsystem

Nota: Este programa ha sido reescrito para:
            San Simon Haskell Hackathone, Abril 2011
      Y vuelto a reescribir y mejorado para:
            Conferencias Ciencias de la Computación Bolivia

Autor:
    Carlos Gomez
    carliros.g@gmail.com