Menu

#37 *nix build instructions need to cover a package install

open
nobody
None
5
2010-01-23
2010-01-23
No

For a common Linux distro, Ubuntu 9.04, the following is also required to build jsl:

sudo apt-get install python-dev

This may be required on other Debian-flavor distros as well. Suggest updating 'jsl/INSTALL' to read thusly:

* Linux: $ sudo apt-get install python-markdown python-dev

Discussion

  • Christopher Mark Balz

    This verbiage would probably be better:

    To install on Linux of Debian flavor:
    $ sudo apt-get install python-markdown; sudo apt-get install python-dev

     
  • Christopher Mark Balz

    To install on Linux of Debian flavor:
    $ sudo apt-get install python-markdown; sudo apt-get install python-dev

     

Log in to post a comment.