Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pine/lua_cpp_embedded_sample

Lua embedded sample for C++
https://github.com/pine/lua_cpp_embedded_sample

Last synced: 26 days ago
JSON representation

Lua embedded sample for C++

Awesome Lists containing this project

README

        

Lua embedded sample for C++
---------------------------

Lua の C++ への組み込みサンプル

## 動作確認環境

- Ubuntu 14.04 LTS (x64)
- Lua 5.1

## ビルド方法
以下は、Ubuntu 14.04 の場合

```
$ sudo apt-get install make g++ pkg-config
$ sudo apt-get install liblua5.1-0-dev
$ make
```

## 参考資料
- [Lua 5.1 Reference Manual](http://www.lua.org/manual/5.1/)

## ライセンス
Public Domain