Project Description

luabind is a library that simplifies C++ integration with Lua. Using templates, it provides a powerful and easy-to-use interface for exposing functions and classes to Lua.

Install

Boost C++ Librariesが必要で、環境変数「BOOST_ROOT」にBoostのインストールディレクトリを指定します。 Macintoshをご利用の場合はbjamで以下の万度を打ち込みます。 >$ bjam macosx-version=10.5 Show How to Install

Usage

使い方を書くのは, 初めてなのでうまく伝わらないようでしたら申し訳ありません。 簡潔にインストールの条件だけ説明させてください。 luabindの利用には, lua5.1以下のインストールが前提となります。 最新のLua... Show Usage

Review
Your rating
Review this project