Skip to content

Commit

Permalink
Update README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
mlemerre committed Aug 31, 2013
1 parent bb25c65 commit 3d16a9f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@
Compiler and tools for the L programming language.

The code is in literate programming form; to generate the
documentation juste type =make doc=. Documentation is put in the =web=
directory.
documentation juste type =make doc= and read it on the web directory.
Alternatively, you can read it online on
http://l-lang.org/documentation/compiler_hyperbook).

For more information about the L language, go to http://l-lang.org

* Troubleshootings

- The following message: /usr/bin/ld: cannot find -lstdc++ can happen
if you do not have g++ installed in your system (or a g++ that does
not match your version of gcc).

0 comments on commit 3d16a9f

Please sign in to comment.