Skip to content

Commit

Permalink
Reworked readme a bit again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Ovrum committed Jul 15, 2010
1 parent c39f69d commit 3f3c4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Expand Up @@ -23,7 +23,7 @@ LuaC++ makes use of the following C++0x features, which means your favorite comp
* rvalue references
* the tuple module

Additionally, when linking with Lua, make sure your Lua is compiled as C++ instead of C. This is because LuaC++ uses exceptions for error handling, which doesn't go very well with the default long jump behaviour.
Additionally, as LuaC++ uses C++ exceptions for error handling, make sure your Lua library is compiled as C++.

License
==============================
Expand Down

0 comments on commit 3f3c4f8

Please sign in to comment.