1 Star 0 Fork 0

wlemuel / lightspark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jani Monoses 提交于 2011-09-19 16:08 . Add initial CONTRIBUTING file
Debug builds
------------
If you need source level debugging
$cmake -DCMAKE_BUILD_TYPE=Debug . && make
The libs and binaries will end up in a directory called Debug
gdb setup
----------
To properly output C++ objects in gdb put this line in the
.gdbinit file in your Lighspark dir
set print object on
Development guide in the wiki
-----------------------------
https://github.com/lightspark/lightspark/wiki/DevelopmentGuide
1
https://gitee.com/wlemuel/lightspark.git
git@gitee.com:wlemuel/lightspark.git
wlemuel
lightspark
lightspark
master

搜索帮助